Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MetadataEntry

import type { MetadataEntry } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

A metadata key-value pair to store with an object.

interface MetadataEntry {
Name?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

Name of the Object.

§
Value?: string | null
[src]

Value of the Object.