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