object S3Settings
- Source
- settings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- S3Settings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val ConfigPath: String
- def apply(system: ActorSystem): S3Settings
Scala API: Creates S3Settings from the Config attached to an pekko.actor.ActorSystem.
- def apply()(implicit system: ClassicActorSystemProvider): S3Settings
Scala API: Creates S3Settings from the Config attached to an actor system.
- def apply(bufferType: BufferType, credentialsProvider: AwsCredentialsProvider, s3RegionProvider: AwsRegionProvider, listBucketApiVersion: ApiVersion): S3Settings
Scala API
- def apply(c: Config): S3Settings
Reads from the given config.
- def create(system: ActorSystem): S3Settings
Java API: Creates S3Settings from the Config attached to an pekko.actor.ActorSystem.
- def create(system: ClassicActorSystemProvider): S3Settings
Java API: Creates S3Settings from the Config attached to an actor system.
- def create(bufferType: BufferType, credentialsProvider: AwsCredentialsProvider, s3RegionProvider: AwsRegionProvider, listBucketApiVersion: ApiVersion): S3Settings
Java API
- def create(c: Config): S3Settings
Java API: Reads from the given config.