S3Configuration
The Amazon S3 configuration for a gateway. This structure defines how the gateway accesses files in Amazon S3.
Contents
- bucketOwnerAccountId
-
The account ID of the Amazon S3 bucket owner. This ID is used for cross-account access to the bucket.
Type: String
Pattern:
[0-9]{12}
Required: No
- uri
-
The URI of the Amazon S3 object. This URI specifies the location of the object in Amazon S3.
Type: String
Pattern:
s3://.{1,2043}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: