Buckets are the top-level boundary
A bucket is the main container for objects in Nubis Storage. Good bucket design makes security, naming, retention, and application integration easier over time.Before you create a bucket
- Decide which project or workload owns it
- Choose whether it should be private or public by default
- Pick a name that will still make sense months later
- Plan lifecycle and retention behavior early
Recommended bucket workflow
Start private unless public delivery is required
Public access is easy to add later; accidental exposure is harder to unwind.
Use scoped credentials
Give applications narrow keys or service accounts instead of broad shared secrets.

