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
EncryptionAlways onAll data is encrypted at rest by default.

You will also see an API key section during bucket creation. You can create a new API key here or configure permissions for an existing one. 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.

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 to open its detail page, then select Download from the "..." menu. You can also click the download icon directly in the file list row.

What's next