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

    Interface B2S3HeadObjectOptions

    Options for an S3 HeadObject call.

    interface B2S3HeadObjectOptions {
        bucket: string;
        key: string;
        versionId?: string;
    }
    Index
    bucket: string

    Source bucket name.

    key: string

    Source object key.

    versionId?: string

    Optional S3 version ID.