package s3
- Alphabetic
- Public
- All
Type Members
- class AmazonS3Client extends AmazonS3Wrapper
-
class
AmazonS3ClientMaterialized
extends AmazonS3Client
Additional functions which materialize stream to Future.
-
trait
AmazonS3Wrapper
extends MethodWrapper
A lightweight wrapper for AmazonS3Client
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.
- See also
java.util.concurrent.ExecutorService
Value Members
- object AmazonS3Client
-
object
FutureTransfer
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.
- See also
Transfer
TransferManager