brows3r — TypeScript API
    Preparing search index...

    Function objectHead

    • Fetch HEAD metadata for a single S3 object.

      Lighter than object_inspect — only calls HeadObject, no tag/ACL fetches. Used by the preview pane for size-limit checks and MIME routing.

      Parameters

      • profileId: string

        The profile whose credentials to use.

      • bucket: string

        The bucket name.

      • key: string

        The full S3 object key.

      • OptionalversionId: string

        Optional version ID for versioned buckets.

      Returns Promise<ObjectHead>