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

    Interface B2S3BucketLocationResult

    Result from reading a bucket's S3 location.

    interface B2S3BucketLocationResult {
        locationConstraint?: string;
    }
    Index
    locationConstraint?: string

    S3 location constraint returned by the provider, when present.