Skip to main content

Buckets

Buckets are containers for your objects. Every object in Fil One lives inside a bucket.

Bucket naming rules

Bucket names must be:

  • Between 3 and 63 characters
  • Lowercase letters, numbers, and hyphens only
  • Must start and end with a letter or number
  • Globally unique across all Fil One accounts

These are the same naming rules as AWS S3.

Creating a bucket

  1. From the dashboard, click Create Bucket.
  2. Enter a bucket name.
  3. Choose your region.
  4. Click Create.

Every bucket is created with Object Lock and versioning enabled automatically.

Listing buckets

aws s3 ls --endpoint-url https://s3.fil.one

Deleting a bucket

Fil One supports cascade deletion -- you do not need to empty a bucket before deleting it. All objects in the bucket are permanently removed as part of the delete operation.

warning

Bucket deletion is permanent and cannot be undone. You will be asked to type the bucket name to confirm.

If any object has active Compliance retention, the bucket cannot be deleted until all retention periods have expired.

  1. Select the bucket from the dashboard.
  2. Click Delete Bucket.
  3. Type the bucket name to confirm.