object S3Settings

Source
settings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3Settings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val ConfigPath: String
  2. def apply(system: ActorSystem): S3Settings

    Scala API: Creates S3Settings from the Config attached to an pekko.actor.ActorSystem.

  3. def apply()(implicit system: ClassicActorSystemProvider): S3Settings

    Scala API: Creates S3Settings from the Config attached to an actor system.

  4. def apply(bufferType: BufferType, credentialsProvider: AwsCredentialsProvider, s3RegionProvider: AwsRegionProvider, listBucketApiVersion: ApiVersion): S3Settings

    Scala API

  5. def apply(c: Config): S3Settings

    Reads from the given config.

  6. def create(system: ActorSystem): S3Settings

    Java API: Creates S3Settings from the Config attached to an pekko.actor.ActorSystem.

  7. def create(system: ClassicActorSystemProvider): S3Settings

    Java API: Creates S3Settings from the Config attached to an actor system.

  8. def create(bufferType: BufferType, credentialsProvider: AwsCredentialsProvider, s3RegionProvider: AwsRegionProvider, listBucketApiVersion: ApiVersion): S3Settings

    Java API

  9. def create(c: Config): S3Settings

    Java API: Reads from the given config.