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

    Interface B2S3ClientOptions

    Options accepted when constructing a concrete S3 peer client.

    interface B2S3ClientOptions {
        accountInfo?: AccountInfo;
        applicationKey?: string;
        applicationKeyId?: string;
        authorizedS3ApiUrl?: string;
        surface?: string;
    }
    Index
    accountInfo?: AccountInfo

    Authorized B2 account info used to derive the S3 endpoint.

    applicationKey?: string

    B2 application key secret used for S3 request signing.

    applicationKeyId?: string

    B2 application key ID used for S3 request signing.

    authorizedS3ApiUrl?: string

    S3 API URL returned by B2 authorization.

    surface?: string

    Optional user-agent surface label for the constructed client.