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.
Properties
Section titled “Properties”contentType?
Section titled “contentType?”optional contentType?: string;Defined in: client/src/buckets/buckets.ts:14
metadata?
Section titled “metadata?”optional metadata?: Record<string, string>;Defined in: client/src/buckets/buckets.ts:15