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

CommonPrefix

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

Container for all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/.

interface CommonPrefix {
Prefix?: string | null;
}

§Properties

§
Prefix?: string | null
[src]

Container for the specified common prefix.