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

StorageConfig

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

The configuration for data storage in the environment.

interface StorageConfig {
bucket?: string;
}

§Properties

§
bucket?: string
[src]

Optional. The name of the Cloud Storage bucket used by the environment. No gs:// prefix.