How to create an Object Storage bucket

This guide shows how to use Azion Object Storage service to create a read-only bucket and assign read-write permissions using the Console and the Azion API.

Creating a bucket

Access the Azion Console and follow the steps below:

  1. In the side menu, click on Object Storage.
  2. Click the + Buckets button.
  3. Fill in the bucket name with a unique and descriptive name to identify it.
  4. Then, select the access type (Read & Write, Read Only, or Restricted).
  5. Click Save.

Create new bucket


Attributing read-write permission to bucket

Requirements

To create a bucket:

Terminal window
azion update edge-storage bucket

Azion CLI will present a series of interactions, so the bucket can be updated. Run azion update edge-storage bucket -h for further information.

Now, you have successfully created a bucket and attributed read-write permissions to it. You can start storing and retrieving objects from this bucket.