Package

akka.stream.alpakka.s3

scaladsl

Permalink

package scaladsl

Visibility
  1. Public
  2. All

Type Members

  1. final case class ListBucketResultContents(bucketName: String, key: String, eTag: String, size: Long, lastModified: Instant, storageClass: String) extends Product with Serializable

    Permalink

    bucketName

    The name of the bucket in which this object is stored

    key

    The key under which this object is stored

    eTag

    Hex encoded MD5 hash of this object's contents, as computed by Amazon S3

    size

    The size of this object, in bytes

    lastModified

    The date, according to Amazon S3, when this object was last modified

    storageClass

    The class of storage used by Amazon S3 to store this object

  2. final case class MultipartUploadResult(location: Uri, bucket: String, key: String, etag: String) extends Product with Serializable

    Permalink
  3. final class ObjectMetadata extends AnyRef

    Permalink

    Modelled after com.amazonaws.services.s3.model.ObjectMetadata

  4. final class S3Client extends AnyRef

    Permalink

Value Members

  1. object MultipartUploadResult extends Serializable

    Permalink
  2. object ObjectMetadata

    Permalink
  3. object S3Client

    Permalink

Ungrouped