| CopyObjectHelper |
An internal helper class that automatically uses multipart copy based on the size of the source object
|
| GenericMultipartHelper<RequestT extends S3Request,ResponseT extends S3Response> |
|
| MultipartConfigurationResolver |
|
| MultipartS3AsyncClient |
An S3AsyncClient that automatically converts put, copy requests to their respective multipart call.
|
| MultipartUploadHelper |
|
| SdkPojoConversionUtils |
Request conversion utility method for POJO classes associated with multipart feature.
|
| UploadObjectHelper |
An internal helper class that automatically uses multipart upload based on the size of the object.
|
| UploadWithKnownContentLengthHelper |
An internal helper class that automatically uses multipart upload based on the size of the object.
|
| UploadWithUnknownContentLengthHelper |
An internal helper class that uploads streams with unknown content length.
|