This is the cl-s3 Reference Manual, version 1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:20:38 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-s3
A Common Lisp Amazon S3 client interface package
Sven Van Caekenberghe <svc@mac.com>
Sven Van Caekenberghe <svc@mac.com>
Lesser Lisp General Public License (LLGPL)
1
s-http-client
(system).
s-xml
(system).
s-utils
(system).
s-base64
(system).
ironclad
(system).
cl-s3-package.lisp
(file).
cl-s3.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-s3/cl-s3.lisp
cl-s3-package.lisp
(file).
cl-s3
(system).
*access-key-id*
(special variable).
*secret-access-key*
(special variable).
amazon-s3-api-error
(condition).
delete-bucket
(function).
delete-object
(function).
download-file
(function).
get-bucket
(function).
get-object
(function).
get-service
(function).
head-object
(function).
lisp-time->unix-time
(function).
list-buckets
(function).
list-objects
(function).
make-authorization
(function).
put-bucket
(function).
put-object
(function).
request-date
(function).
unix-time->lisp-time
(function).
upload-file
(function).
*amazon-host*
(special variable).
*s3-ns*
(special variable).
+zero-unix-time+
(constant).
amazon-s3-api-error-xml
(reader method).
do-s3-request
(function).
hmac-sha1
(function).
md5sum-sequence
(function).
Packages are listed by definition order.
cl-s3
A Common Lisp Amazon S3 client interface package
common-lisp
.
*access-key-id*
(special variable).
*secret-access-key*
(special variable).
amazon-s3-api-error
(condition).
delete-bucket
(function).
delete-object
(function).
download-file
(function).
get-bucket
(function).
get-object
(function).
get-service
(function).
head-object
(function).
lisp-time->unix-time
(function).
list-buckets
(function).
list-objects
(function).
make-authorization
(function).
put-bucket
(function).
put-object
(function).
request-date
(function).
unix-time->lisp-time
(function).
upload-file
(function).
*amazon-host*
(special variable).
*s3-ns*
(special variable).
+zero-unix-time+
(constant).
amazon-s3-api-error-xml
(generic reader).
do-s3-request
(function).
hmac-sha1
(function).
md5sum-sequence
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
The value of your Amazon Web Services public access key ID
The value of your Amazon Web Services secret access key
Delete a bucket
Delete the object identified by key in bucket
Assuming key in bucket denotes a file, download it, optionally in dir
List all keys in a bucket that satisfy a query
Retrieve the object identified by key in bucket
List all available buckets
Retrieve all meta-data for the the object identified by key in bucket
Convert from Common Lisp time to Unix time
Returns a list of all accessible buckets’ string names
Return a list of all keys’ strings in bucket, satifying the query
Compute an Amazon S3 authorization signature
Create a new bucket
Set the object identified by key in bucket to the specified content
Generate a GMT HTTP Request Date
Convert from Unix time to Common Lisp time
Upload the file at pathname under bucket, optionally storing it under name
Compute an RFC 2104 HMAC-SHA1 digest on data-string using key-string
Compute a MD5 digest on data-string
amazon-s3-api-error
)) ¶xml
.
Jump to: | A D F G H L M P R U |
---|
Jump to: | A D F G H L M P R U |
---|
Jump to: | *
+
C M S X |
---|
Jump to: | *
+
C M S X |
---|
Jump to: | A C F P S |
---|
Jump to: | A C F P S |
---|