S3Configuration

The Amazon S3 configuration for a gateway. This structure defines how the gateway accesses files in Amazon S3.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account ID of the Amazon S3 bucket owner. This ID is used for cross-account access to the bucket.

Link copied to clipboard
val uri: String?

The URI of the Amazon S3 object. This URI specifies the location of the object in Amazon S3.

Functions

Link copied to clipboard
inline fun copy(block: S3Configuration.Builder.() -> Unit = {}): S3Configuration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String