@backblaze-labs/b2-mcp
    Preparing search index...

    Interface B2S3GetObjectOptions

    Options for an S3 GetObject call.

    interface B2S3GetObjectOptions {
        bucket: string;
        key: string;
        range?: string;
        versionId?: string;
    }
    Index
    bucket: string

    Source bucket name.

    key: string

    Source object key.

    range?: string

    Optional HTTP byte range.

    versionId?: string

    Optional S3 version ID.