| Class | Description |
|---|---|
| ApplyUserAgentInterceptor |
Apply TM specific user agent to the request
|
| AsyncBufferingSubscriber<T> |
An implementation of
Subscriber that execute the provided function for every event and limits the number of concurrent
function execution to the given maxConcurrentRequests |
| DownloadDirectoryHelper |
An internal helper class that sends
DownloadFileRequests while it retrieves the objects to download from S3
recursively |
| ListObjectsHelper |
A helper class that returns all objects within a bucket given a
ListObjectsV2Request recursively. |
| TransferConfigurationOption<T> |
A set of internal options required by the
TransferManagerFactory via TransferManagerConfiguration. |
| TransferManagerConfiguration |
Contains resolved configuration settings for
GenericS3TransferManager. |
| TransferManagerConfiguration.Builder | |
| TransferManagerFactory |
An
S3TransferManager factory that instantiate an S3TransferManager implementation based on the underlying
S3AsyncClient. |
| TransferManagerFactory.DefaultBuilder | |
| UploadDirectoryHelper |
An internal helper class that traverses the file tree and send the upload request
for each file.
|
| Enum | Description |
|---|---|
| S3ClientType |
Enum type to indicate the implementation of
S3AsyncClient |
Copyright © 2023. All rights reserved.