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

Bucket

import type { Bucket } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";

Describes configuration of a single bucket and its objects to be transformed.

interface Bucket {
bucket?: string;
manifest?: Manifest;
prefixList?: PrefixList;
}

§Properties

§
bucket?: string
[src]

Required. Bucket name for the objects to be transformed.

§
manifest?: Manifest
[src]

Specifies objects in a manifest file.

§
prefixList?: PrefixList
[src]

Specifies objects matching a prefix set.