Metadata operations backed by Concord key-value store.
Legacy keys are namespaced:
- Buckets:
"bucket:{name}" - Objects:
"obj:{bucket}:{key}"
Object reads prefer the atomic v2 schema and fall back to these v1 records.
Summary
Functions
Creates the blob metadata record if it does not exist yet. Dedup hits (same content committed again) keep the original record.
List objects in a bucket with support for prefix, delimiter, max_keys, and continuation_token (pagination).
Functions
Creates the blob metadata record if it does not exist yet. Dedup hits (same content committed again) keep the original record.
List objects in a bucket with support for prefix, delimiter, max_keys, and continuation_token (pagination).