S3Configuration¶
Structure Class¶
S3Configuration
dataclass
¶
The Amazon S3 configuration for a gateway. This structure defines how the gateway accesses files in Amazon S3.
Attributes¶
bucket_owner_account_id
class-attribute
instance-attribute
¶
bucket_owner_account_id: str | None = None
The account ID of the Amazon S3 bucket owner. This ID is used for cross-account access to the bucket.
uri
class-attribute
instance-attribute
¶
uri: str | None = None
The URI of the Amazon S3 object. This URI specifies the location of the object in Amazon S3.