Skip to main content

Create a Bucket

Creating a bucket is necessary to start uploading Objects.

To create a bucket using QConsole:

  1. Log in to your QConsole account
  2. Navigate to the QStorage service section
  3. Click on the "Create Bucket" button
  4. Enter a bucket name, for naming help and guidelines refer to the Naming documentation
    • Plan for a unique name if it will be public
  5. Configure any additional settings as needed
  6. Click "Create" to finalize the bucket creation

Your new bucket will appear in the bucket list and is immediately available for use.

Success

When complete you should see a response of:

{
"Location": "/tyler-test"
}

What's Next?