Crate aws_multipart_upload

Source

Re-exports§

pub use self::client::aws::AwsClient;
pub use self::types::api as api_types;
pub use self::types::upload::Upload;

Modules§

client
codec
testing
types

Structs§

DefaultControl
Basic default parameters for part/object uploads.
UploadBuilder
A builder for the Upload sink.

Enums§

AwsError
Errors that can be produced by the API.

Constants§

AWS_DEFAULT_TARGET_UPLOAD_SIZE
The default upload size is 100MiB.
AWS_MAX_UPLOAD_PARTS
The maximum total number of parts is 10,000.
AWS_MAX_UPLOAD_SIZE
The maximum total size is 5 TiB.
AWS_MIN_PART_SIZE
The minimum part size in an AWS multipart upload is 5MiB.