property PutObjectOptions.metadata

Arbitrary user metadata recorded alongside the object. Keys and values are passed through to the backend unmodified; backends impose their own limits on size and on which characters a key may contain.

Type

Readonly<Record<string, string>>

Usage

import { type PutObjectOptions } from "common/src/index.ts";