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

    Interface B2S3ListReportObjectKeysOptions

    Options for listing report object keys from the reports bucket.

    interface B2S3ListReportObjectKeysOptions {
        bucketName: string;
        continuationToken?: string;
        maxKeys?: number;
        prefix?: string;
        startAfter?: string;
    }
    Index
    bucketName: string

    Reports bucket name.

    continuationToken?: string

    Continuation token from a previous page.

    maxKeys?: number

    Maximum keys requested from S3.

    prefix?: string

    Optional report object-key prefix filter.

    startAfter?: string

    Start-after key used for bounded report scans.