Skip to content

BucketPutOptions

type BucketPutOptions = {
contentType?: string;
metadata?: Record<string, string>;
};

Defined in: core/src/bucket/bucket.types.ts:14

Per-object attributes supplied when writing, mirroring an S3 PutObject.

optional contentType?: string;

Defined in: core/src/bucket/bucket.types.ts:15


optional metadata?: Record<string, string>;

Defined in: core/src/bucket/bucket.types.ts:16