[][src]Module rusty_s3::actions

S3 request building and response parsing support

Modules

list_objects_v2

Structs

AbortMultipartUpload

Abort multipart upload.

CompleteMultipartUpload

Complete a multipart upload.

CreateBucket

Create a new bucket.

CreateMultipartUpload

Create a multipart upload.

DeleteObject

Delete an object from S3, using a DELETE request.

GetObject

Retrieve an object from S3, using a GET request.

ListObjectsV2

List all objects in the bucket.

ListObjectsV2Response
PutObject

Upload a file to S3, using a PUT request.

UploadPart

Upload a part to a previously created multipart upload.

Traits

S3Action

A request which can be signed