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

    Interface B2S3CompleteMultipartUploadResult

    Result metadata from completing a multipart upload.

    interface B2S3CompleteMultipartUploadResult {
        bucket?: string;
        etag?: string;
        key?: string;
        location?: string;
    }
    Index
    bucket?: string

    Bucket name returned by S3, when present.

    etag?: string

    Final object ETag returned by S3, when present.

    key?: string

    Object key returned by S3, when present.

    location?: string

    Object location returned by S3, when present.