final class S3Settings extends AnyRef

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 accessStyle: AccessStyle
  2. val bufferType: BufferType
  3. val credentialsProvider: AwsCredentialsProvider
  4. val endpointUrl: Option[String]
  5. def equals(other: Any): Boolean
    Definition Classes
    S3Settings → AnyRef → Any
  6. val forwardProxy: Option[ForwardProxy]
  7. def getAccessStyle: AccessStyle

    Java API

  8. def getBufferType: BufferType

    Java API

  9. def getCredentialsProvider: AwsCredentialsProvider

    Java API

  10. def getEndpointUrl: Optional[String]

    Java API

  11. def getForwardProxy: Optional[ForwardProxy]

    Java API

  12. def getListBucketApiVersion: ApiVersion

    Java API

  13. def getMultipartUploadSettings: MultipartUploadSettings

    Java API

  14. def getRetrySettings: RetrySettings

    Java API

  15. def getS3RegionProvider: AwsRegionProvider

    Java API

  16. def hashCode(): Int
    Definition Classes
    S3Settings → AnyRef → Any
  17. def isPathStyleAccess: Boolean

    Java API

  18. def isSignAnonymousRequests: Boolean

    Java API

  19. val listBucketApiVersion: ApiVersion
  20. val multipartUploadSettings: MultipartUploadSettings
  21. def pathStyleAccess: Boolean
  22. val retrySettings: RetrySettings
  23. val s3RegionProvider: AwsRegionProvider
  24. val signAnonymousRequests: Boolean
  25. def toString(): String
    Definition Classes
    S3Settings → AnyRef → Any
  26. val validateObjectKey: Boolean
  27. def withAccessStyle(value: AccessStyle): S3Settings
  28. def withBufferType(value: BufferType): S3Settings
  29. def withCredentialsProvider(value: AwsCredentialsProvider): S3Settings
  30. def withEndpointUrl(value: String): S3Settings
  31. def withForwardProxy(value: ForwardProxy): S3Settings
  32. def withListBucketApiVersion(value: ApiVersion): S3Settings
  33. def withMultipartUploadSettings(value: MultipartUploadSettings): S3Settings
  34. def withRetrySettings(value: RetrySettings): S3Settings
  35. def withS3RegionProvider(value: AwsRegionProvider): S3Settings
  36. def withSignAnonymousRequests(value: Boolean): S3Settings
  37. def withValidateObjectKey(value: Boolean): S3Settings