Skip to content

S3LocationData

Defined in: src/types/media.ts:81

Data for an S3 location.

type: "s3";

Defined in: src/types/media.ts:85

Location type — always “s3”.

LocationData.type


uri: string;

Defined in: src/types/media.ts:90

S3 URI in format: s3://bucket-name/key-name


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.