brows3r — TypeScript API
    Preparing search index...

    Interface BucketInspectorReport

    Aggregated read-only bucket properties returned by bucketInspect.

    Each section uses SectionResult<T>. bucketPolicy is always deferred in v1 (design non-goal — no viewer or editor).

    Index

    Properties

    bucketPolicy: SectionResultDeferred

    Always { kind: "deferred", reason: "Deferred from v1" }.

    ownershipControls: SectionResult<OwnershipControls>
    region: SectionResult<string>
    requesterPays: SectionResult<boolean>
    tags: SectionResult<Record<string, string>>