brows3r — TypeScript API
    Preparing search index...

    Function objectInspect

    • Inspect a single S3 object and return an aggregated ObjectInspectorReport.

      versionId is optional; omit to inspect the latest version.

      AccessDenied on tags or ACL degrades to { kind: "denied", iamAction } rather than a hard error. The denial is automatically cached on the Rust side so the UI shows disabled reasons without re-fetching.

      Parameters

      • profileId: string
      • bucket: string
      • key: string
      • OptionalversionId: string

      Returns Promise<ObjectInspectorReport>