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 Create Bucket. Give it a name (lowercase, no spaces — same rules as S3) and choose your settings:

SettingValueNotes
Regioneu-west-1
Object LockAlways onEvery bucket has WORM compliance built in.
VersioningAlways onRequired by Object Lock.

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 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.

  1. Open your bucket from the dashboard.
  2. Click Upload and select a file.
  3. Your object appears in the file list immediately.
  4. To download, click the file name and then click Download.

What's next