A2 object storage

Last updated: May 23, 2026

A2 is American Cloud's S3-compatible object storage. You create a storage unit, then organize data into buckets and optional folders inside each bucket. Everything is reachable through the S3 API or directly in the portal.

About object storage

Object storage stores data as discrete objects, each with a unique identifier, rather than in a hierarchical file system. Each object can be any size or format — documents, images, videos, backups, or other unstructured data. Object storage is highly scalable, durable, and accessible over the network using standard S3 APIs.

Key features:

  • Scalability — capacity grows without disrupting existing objects.
  • Durability — multiple copies are kept across nodes to protect against hardware failures.
  • S3 API access — use any S3-compatible tool (such as s3cmd, AWS CLI, or rclone) against the A2 endpoint.
  • Metadata — attach key/value pairs to objects for indexing or app-specific information.

Create a storage unit

  1. In the left navigation, under Storage, select Object storage.
  2. In the top right of the Object storage page, click + Create Unit.
Object storage page with the Create Unit button highlighted
  1. On the Create object storage page, enter a Name. Alphanumeric characters only (a-z, A-Z, 0-9), max 100 characters.
  2. Click Create Storage Unit.
Create object storage form with Name field

The new unit appears in the storage units list. Its full name is <your-account>$<name> (for example, romanmc87085552556$teststorage). By default the unit has no usage limit and supports up to 10,000 buckets.

Object storage list showing the new storage unit

Storage unit overview

Click a storage unit in the list to open its detail page. The page is divided into three panels.

Storage unit detail page showing Storage, S3 Access, and Buckets panels

Storage

Shows current usage: Used, Limit, Max buckets, and Created date.

S3 Access

The credentials and endpoint you need for any S3 client:

  • Endpointa2-west.americancloud.com
  • Access key — click [copy] to grab it.
  • Secret key — hidden by default. Click [show] to reveal, [copy] to grab.
  • S3 guide — opens the s3cmd setup guide.

Buckets

Lists all buckets in this unit, with their S3 URL, object count, size, and creation date.

Set a storage limit

To cap how much data the unit can hold (and prevent unexpected charges):

  1. On the storage unit detail page, click Set Limit in the top right.
  2. In the Set Storage Quota dialog, enter a Max size (GB).
  3. Click Set Limit. Leave the field blank to remove an existing limit.
Set Storage Quota dialog with Max size field

Create a bucket

A bucket is a top-level container for objects.

  1. On the storage unit detail page, in the Buckets section, click + Add Bucket.
  2. In the Create Bucket dialog, enter a Bucket name. Lowercase letters, numbers, dots, and hyphens; must start and end with a letter or number.
  3. Click Create Bucket.
Create Bucket dialog with Bucket name field

The bucket appears in the Buckets list with its S3 URL. Click [copy] to copy the URL, or [delete] to remove the bucket.

Bucket list with a new bucket and copy/delete actions

Upload files and create folders

Click a bucket in the Buckets list to open it.

  • Upload files — click Upload in the top right, or drag and drop files onto the page.
  • Create a folder — click + New Folder in the top right. Folder names allow letters, numbers, dots, hyphens, and underscores.
Bucket detail page with the New Folder dialog open

Uploads are private by default. Use the Show visibility toggle to inspect each object's visibility.

For uploading from the command line, see the s3cmd guide.

Share a file

To give someone temporary access to an object without exposing your credentials:

  1. In the bucket, find the file you want to share and click [share] on its row.
  2. In the Share Link dialog, choose how long the link stays active: 1h, 6h, 12h, or 24h.
  3. Copy the generated link and send it.
Share Link dialog with expiry options

Each file row also has [download] to pull the object to your local machine and [delete] to remove it.

Delete a storage unit

To remove a storage unit, open its detail page and click Delete in the top right.

Note: Deleting a storage unit removes all of its buckets and objects. The action cannot be undone.