S3LocationData
Defined in: src/types/media.ts:81
Data for an S3 location.
Extends
Section titled “Extends”Properties
Section titled “Properties”type: "s3";Defined in: src/types/media.ts:85
Location type — always “s3”.
Overrides
Section titled “Overrides”uri: string;Defined in: src/types/media.ts:90
S3 URI in format: s3://bucket-name/key-name
bucketOwner?
Section titled “bucketOwner?”optional bucketOwner?: string;Defined in: src/types/media.ts:96
AWS account ID of the S3 bucket owner (12-digit). Required if the bucket belongs to another AWS account.