| Class | Description |
|---|---|
| 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 |
Internal utility class to resolve
MultipartConfiguration. |
| MultipartS3AsyncClient |
An
S3AsyncClient that automatically converts put, copy requests to their respective multipart call. |
| MultipartUploadHelper |
A base class contains common logic used by
UploadWithUnknownContentLengthHelper and
UploadWithKnownContentLengthHelper. |
| 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.
|
Copyright © 2023. All rights reserved.