Typical bucket-level API tasks
- Create a bucket
- Read bucket details
- List existing buckets
- Adjust access or configuration where supported
Good API habits
- Keep bucket automation idempotent where possible.
- Make ownership and environment obvious in the bucket name.
- Separate bootstrap automation from request-time application code.

