Skip to content

BucketPutOptions

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

Defined in: client/src/buckets/buckets.ts:13

Per-object attributes sent with a write. Both replace what a previous write stored.

optional contentType?: string;

Defined in: client/src/buckets/buckets.ts:14


optional metadata?: Record<string, string>;

Defined in: client/src/buckets/buckets.ts:15