brows3r — TypeScript API
    Preparing search index...

    Interface DeleteKey

    One key (with optional version ID) in a batch delete request.

    Mirrors src-tauri/src/commands/objects_cmd.rs DeleteKey.

    OCP: bypassGovernanceRetention?: boolean can be added later for object-lock support without breaking existing callers.

    interface DeleteKey {
        key: string;
        versionId?: string;
    }
    Index

    Properties

    Properties

    key: string
    versionId?: string