Create a Bucket in Object Storage
- 08 Aug 2022
- 1 Minute to read
- Print
- DarkLight
Create a Bucket in Object Storage
- Updated on 08 Aug 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Log into the MySAU Portal
You store objects in buckets. Buckets are similar to folders on a file system. You need to create at least one bucket before you upload objects.
- Bucket names must begin and end with a lowercase letter.
- Bucket names may contain a hyphen (-).
- Bucket names' max length is 255 characters.
- Buckets are web-accessible by name in two different formats. For example, if we use the bucket name "my-sau1"
- The top-level directory: https://s3.si.servercontrol.com.au/my-sau1/
- The virtual bucket hostname: https://my-sau1.s3.si.servercontrol.com.au/
- You can only use the virtual bucket format if your bucket name is less than 63 characters long.
Click Storage on the left in the portal and then click Buckets, followed by Create Bucket
Type in the Unique Bucket Name , this will error if the name is already used
And here is the Bucket created and ready for use.
Was this article helpful?