Re-exports§
pub use self::client::aws::AwsClient;
pub use self::types::api as api_types;
pub use self::types::upload::Upload;
Modules§
Structs§
- Default
Control - Basic default parameters for part/object uploads.
- Upload
Builder - 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.