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

ObjectIdentifier

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

Object Identifier is unique value to identify objects.

interface ObjectIdentifier {
Key: string;
VersionId?: string | null;
}

§Properties

§
Key: string
[src]

Key name of the object.

! IMPORTANT: ! Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. ! For more information, see XML related object key constraints.

§
VersionId?: string | null
[src]

VersionId for the specific version of the object to delete.