Module rusty_s3::actions[][src]

Expand description

S3 request building and response parsing support

Modules

Structs

Abort multipart upload.

Complete a multipart upload.

Create a new bucket.

Create a multipart upload.

Delete a bucket.

Delete an object from S3, using a DELETE request.

Delete multiple objects from a bucket using a single POST request.

Retrieve an object from S3, using a GET request.

Retrieve an object’s metadata from S3, using a HEAD request.

List all objects in the bucket.

Lists the parts that have been uploaded for a specific multipart upload.

Upload a file to S3, using a PUT request.

Upload a part to a previously created multipart upload.

Traits

A request which can be signed