Description
A lightweight way of checking bucket status without listing is required.
- whether the bucket exists
- whether it allows anonymous access
This helps with #1712 and speeds up agent workflows, where permission/anon failures add latency.
Proposal:
Status: exists
Access: authenticated
access ∈ {anonymous, authenticated, denied}
- Returns code: 0 if bucket exists, otherwise not zero
Description
A lightweight way of checking bucket status without listing is required.
This helps with #1712 and speeds up agent workflows, where permission/anon failures add latency.
Proposal:
datachain bucket status az://neurips/access ∈ {anonymous, authenticated, denied}