@archastro/sdk
    Preparing search index...

    Interface R2Bucket

    Provider object fields for an R2 bucket.

    interface R2Bucket {
        id: string;
        location?: string;
        name: string;
        storage_class?: string;
        type: "r2_bucket";
    }
    Index

    Properties

    id: string

    Provider-assigned object identifier.

    location?: string
    name: string
    storage_class?: string
    type: "r2_bucket"