Package

akka.stream.alpakka

s3

Permalink

package s3

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BufferType extends AnyRef

    Permalink
  2. case class DiskBufferType(filePath: Path) extends BufferType with Product with Serializable

    Permalink
  3. final case class Proxy(host: String, port: Int, scheme: String) extends Product with Serializable

    Permalink
  4. class S3Exception extends RuntimeException

    Permalink
  5. final case class S3Settings(bufferType: BufferType, proxy: Option[Proxy], credentialsProvider: AWSCredentialsProvider, s3Region: String, pathStyleAccess: Boolean) extends Product with Serializable

    Permalink

Value Members

  1. object DiskBufferType extends Product with Serializable

    Permalink
  2. object MemoryBufferType extends BufferType with Product with Serializable

    Permalink
  3. object S3Settings extends Serializable

    Permalink
  4. package acl

    Permalink
  5. package auth

    Permalink
  6. package impl

    Permalink
  7. package javadsl

    Permalink
  8. package scaladsl

    Permalink

Ungrouped