Skip to content

S3LocationData

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

Data for an S3 location. Used by Bedrock for referencing media and documents stored in S3.

uri: string;

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

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


optional bucketOwner: string;

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

AWS account ID of the S3 bucket owner (12-digit). Required if the bucket belongs to another AWS account.