Package

com.github.dwhjames.awswrap

s3

Permalink

package s3

Visibility
  1. Public
  2. All

Type Members

  1. class AmazonS3ScalaClient extends AnyRef

    Permalink

    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

    ClientConfiguration

    AWSCredentialsProvider

    AmazonS3Client

Value Members

  1. object FutureTransfer

    Permalink

    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

Ungrouped