Skip to main content

Quickstart

This guide walks you through creating an account, setting up credentials, and uploading your first object. Choose the path that fits your workflow.

1. Create your account

  1. Go to app.fil.one and sign up with your email or SSO.
  2. Verify your email address.
  3. You're in. No credit card needed — your 30-day free trial starts automatically.

2. Create a bucket

From the dashboard, click New bucket to open your buckets, then Create bucket. Give it a name (lowercase letters, numbers, and hyphens — note that Fil One does not allow dots, unlike AWS S3) and choose your settings:

SettingOptionsNotes
Regioneu-west-1 Europe (France) or us-east-1 US East (Michigan)Defaults to eu-west-1. Cannot be changed later.
EncryptionAlways onAll data is encrypted at rest by default. Nothing to configure.
VersioningOff by defaultKeeps a history of every version of an object.
Object LockOff by defaultWORM protection. Requires versioning.
RetentionOff by defaultA default retention period applied to new objects. Requires Object Lock.
These settings are permanent

Region, versioning, Object Lock, and retention are all fixed at creation. There is no way to turn versioning or Object Lock on for an existing bucket, or to move a bucket to another region — you would have to create a new bucket and copy your data across. If you think you will want version history or WORM protection, enable it now.

The three object settings nest, so you enable them in order:

  1. Versioning — turn this on first. Object Lock stays greyed out until you do.

  2. Object Lock — becomes available once versioning is on. Retention stays greyed out until you enable it.

  3. Retention — becomes available once Object Lock is on. Choose a mode and a duration:

    • Governance (the default) — users with special permissions can delete or modify protected objects.
    • Compliance — no one can delete or modify objects until the retention period expires.

    The duration can be set in days or years, from 1 day up to 100 years.

See Versioning and Object Lock for the full picture before committing to either.

You will also see an optional API key section during bucket creation. Expand it to create a new key scoped to this bucket in one step. If you plan to use the CLI or SDK, set up your key at this step — otherwise skip it and go to API Keys in the left menu later. Note that a key belongs to a single region, so it must match the region you picked above.

3. Upload your first object

Choose your preferred method. The App requires no API key. For CLI and SDK access, go to API Keys in the left menu and click Create new key. You'll get two values:

  • Access Key ID — identifies your account (safe to store in config)
  • Secret Access Key — authenticates your requests (treat like a password)
note

Your secret key is shown once. Copy it and store it securely. If you lose it, you'll need to generate a new key pair.

A key also belongs to a single region, so create it in the same region as your bucket.

The examples below use eu-west-1, the default region. For a bucket in us-east-1, use https://us-east-1.s3.filonecontent.com and region us-east-1 instead.

  1. Open your bucket from the dashboard.
  2. Click Upload object, select one or more files (or drag a whole folder in), then click Upload to start the transfer.
  3. Your objects appear in the file list once the upload completes.
  4. To download: click the download icon on the object's row, or open the object's detail page and use the Download button in the header.

What's next