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

StorageSource

import type { StorageSource } from "https://googleapis.deno.dev/v1/cloudfunctions:v2.ts";

Location of the source in an archive file in Google Cloud Storage.

interface StorageSource {
bucket?: string;
generation?: bigint;
object?: string;
}

§Properties

§
bucket?: string
[src]

Google Cloud Storage bucket containing the source (see Bucket Name Requirements).

§
generation?: bigint
[src]

Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

§
object?: string
[src]

Google Cloud Storage object containing the source. This object must be a gzipped archive file (.tar.gz) containing source to build.