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
1
Choose region and ownership
Keep the bucket close to the applications and users who depend on it.
2
Start private unless public delivery is required
Public access is easy to add later; accidental exposure is harder to unwind.
3
Use scoped credentials
Give applications narrow keys or service accounts instead of broad shared secrets.
4
Apply lifecycle decisions early
Decide how long objects, versions, and stale uploads should remain.

