AwsS3Api
Members list
Value members
Concrete methods
Creates an Amazon S3 bucket.
Creates an Amazon S3 bucket.
Attributes
Retrieves all the metadata from an object without returning the object itself. This operation is useful if you're interested only in an object's metadata.
Retrieves all the metadata from an object without returning the object itself. This operation is useful if you're interested only in an object's metadata.
Attributes
Retrieves an object from Amazon S3.
Retrieves an object from Amazon S3.
Attributes
Returns a map of metadata of the object in S3.
Returns a map of metadata of the object in S3.
Attributes
The HEAD operation retrieves metadata from an object without returning the object itself. This operation is useful if you're interested only in an object's metadata.
The HEAD operation retrieves metadata from an object without returning the object itself. This operation is useful if you're interested only in an object's metadata.
A HEAD request has the same options as a GET operation on an object. The response is identical to the GET response except that there is no response body. Because of this, if the HEAD request generates an error, it returns a generic code, such as 400 Bad Request, 403 Forbidden, 404 Not Found, 405 Method Not Allowed, 412 Precondition Failed, or 304 Not Modified. It's not possible to retrieve the exact exception of these error codes.
Attributes
Returns some or all (up to 1,000) of the objects in a bucket.
Returns some or all (up to 1,000) of the objects in a bucket.
Attributes
Returns some or all (up to 1,000) of the objects in a bucket. Limits the response to keys that begin with the specified prefix.
Returns some or all (up to 1,000) of the objects in a bucket. Limits the response to keys that begin with the specified prefix.
Attributes
Returns a list of all buckets owned by the authenticated sender of the request. To use this operation, you must have the aws.s3:ListAllMyBuckets permission.
Returns a list of all buckets owned by the authenticated sender of the request. To use this operation, you must have the aws.s3:ListAllMyBuckets permission.
Attributes
Adds an object to a bucket.
Adds an object to a bucket.
Attributes
Adds an object to a bucket.
Adds an object to a bucket.