final class S3Settings extends AnyRef
- Source
- settings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- S3Settings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val accessStyle: AccessStyle
- val bufferType: BufferType
- val credentialsProvider: AwsCredentialsProvider
- val endpointUrl: Option[String]
- def equals(other: Any): Boolean
- Definition Classes
- S3Settings → AnyRef → Any
- val forwardProxy: Option[ForwardProxy]
- def getAccessStyle: AccessStyle
Java API
- def getBufferType: BufferType
Java API
- def getCredentialsProvider: AwsCredentialsProvider
Java API
- def getEndpointUrl: Optional[String]
Java API
- def getForwardProxy: Optional[ForwardProxy]
Java API
- def getListBucketApiVersion: ApiVersion
Java API
- def getMultipartUploadSettings: MultipartUploadSettings
Java API
- def getRetrySettings: RetrySettings
Java API
- def getS3RegionProvider: AwsRegionProvider
Java API
- def hashCode(): Int
- Definition Classes
- S3Settings → AnyRef → Any
- def isPathStyleAccess: Boolean
Java API
- def isSignAnonymousRequests: Boolean
Java API
- val listBucketApiVersion: ApiVersion
- val multipartUploadSettings: MultipartUploadSettings
- def pathStyleAccess: Boolean
- val retrySettings: RetrySettings
- val s3RegionProvider: AwsRegionProvider
- val signAnonymousRequests: Boolean
- def toString(): String
- Definition Classes
- S3Settings → AnyRef → Any
- val validateObjectKey: Boolean
- def withAccessStyle(value: AccessStyle): S3Settings
- def withBufferType(value: BufferType): S3Settings
- def withCredentialsProvider(value: AwsCredentialsProvider): S3Settings
- def withEndpointUrl(value: String): S3Settings
- def withForwardProxy(value: ForwardProxy): S3Settings
- def withListBucketApiVersion(value: ApiVersion): S3Settings
- def withMultipartUploadSettings(value: MultipartUploadSettings): S3Settings
- def withRetrySettings(value: RetrySettings): S3Settings
- def withS3RegionProvider(value: AwsRegionProvider): S3Settings
- def withSignAnonymousRequests(value: Boolean): S3Settings
- def withValidateObjectKey(value: Boolean): S3Settings