Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
clj-aws-s3.
B
bucket-exists? function aws.sdk.s3 Returns true if the supplied bucket name already e...
C
copy-object function aws.sdk.s3 Copy an existing S3 object to another key..
create-bucket function aws.sdk.s3 Create a new S3 bucket with the supplied name..
D
delete-bucket function aws.sdk.s3 Delete the S3 bucket with the supplied name..
delete-object function aws.sdk.s3 Delete an object from an S3 bucket..
G
get-object function aws.sdk.s3 Get an object from an S3 bucket. The object is ret...
get-object-acl function aws.sdk.s3 Returns object ACL (AccessControlList).
get-object-metadata function aws.sdk.s3 Get an object's metadata from a bucket. The metada...
L
list-objects function aws.sdk.s3 List the objects in an S3 bucket. A optional map o...
M
Mappable var aws.sdk.s3 Convert a value into a Clojure map..
O
object-exists? function aws.sdk.s3 Returns true if an object exists in the supplied b...
P
put-object function aws.sdk.s3 Put a value into an S3 bucket at the specified key...
put-request function aws.sdk.s3 Convert a value into a put request..
S
set-object-acl function aws.sdk.s3 Sets object ACL to one of CannedAccessControlList ...
T
to-map function aws.sdk.s3 Return a map of the value..
ToPutRequest var aws.sdk.s3 A protocol for constructing a map that represents ...