Module object_store::aws

source ·
Expand description

An object store implementation for S3

§Multipart uploads

Multipart uploads can be initiated with the ObjectStore::put_multipart method.

If the writer fails for any reason, you may have parts uploaded to AWS but not used that you will be charged for. MultipartUpload::abort may be invoked to drop these unneeded parts, however, it is recommended that you consider implementing automatic cleanup of unused parts that are older than some threshold.

Structs§

Enums§

Functions§

Type Aliases§