A lightweight wrapper for AmazonS3Client
A helper object providing a Scala Future interface for S3 Transfers.
A helper object providing a Scala Future interface for S3 Transfers.
Transfers to and from S3 using the TransferManager provider a listener interface, and FutureTransfer.listenFor adapts this interface to Scala futures.
A lightweight wrapper for AmazonS3Client
The AWS Java SDK does not provide an asynchronous S3 client, so this class follows the approach of the asynchronous clients that are provided by the SDK. Namely, to make the synchronous calls within an executor service. The methods in this class all return Scala futures.
java.util.concurrent.ExecutorService
ClientConfiguration
AWSCredentialsProvider
AmazonS3Client