Expand description
Tauri commands for bucket and object inspection and capability cache management.
§Commands
bucket_inspect— aggregate all read-only bucket properties into aBucketInspectorReport; each section reportsvalue | denied | unsupported | deferred.object_inspect— aggregate per-object properties (head + tags + acl summary + restore status) into anObjectInspectorReport; sections degrade gracefully onAccessDeniedor unsupported APIs.capability_get— return the known capability map for a profile (optionally scoped to one bucket or op).capability_clear— manually reset cached capabilities for a profile.
Enums§
- Capability
Scope - Scope selector for
capability_get. - Clear
Scope Dto - IPC-friendly discriminated union for
capability_clear.
Functions§
- bucket_
inspect - Inspect a bucket and return an aggregated
BucketInspectorReport. - capability_
clear - Clear cached capabilities for
profile_id. - capability_
get - Return the cached capability map for
profile_id, optionally filtered byscope. - object_
head - Fetch HEAD-only metadata for a single S3 object.
- object_
inspect - Inspect a single S3 object and return an aggregated
ObjectInspectorReport.