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

S3Tag

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

A container for a key-value name pair.

interface S3Tag {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

Key of the tag

§
Value: string
[src]

Value of the tag