Skip to main content

FAQ

Is Fil One S3-compatible?

Yes. Fil One provides an S3-compatible API. Any application, SDK, or tool that works with AWS S3 works with Fil One by changing the endpoint URL to https://eu-west-1.s3.fil.one. See the S3 Compatibility Reference for the full list of supported operations.

Do I need to know anything about blockchain or cryptocurrency?

No. Fil One is a standard cloud storage service. You sign up with an email, store data using familiar S3 tools, and pay with a credit card. The underlying storage infrastructure handles everything else transparently.

Where is my data stored?

Your data is stored on a distributed network of storage providers. All data is encrypted at rest. Geographic data residency options are available — contact support for details on region-specific storage.

What happens when I delete an object?

The object disappears from your account immediately. There is no recycle bin or undo.

Can I migrate from AWS S3?

Yes. Because Fil One is S3-compatible, you can use standard migration tools like aws s3 sync, rclone, or any S3-compatible transfer utility. Point the tool at your Fil One endpoint and credentials. Detailed migration guides are coming soon.

Do you charge for egress?

No. There are no egress or data transfer fees.

What is included in the free trial?

The 30-day trial includes 1 TB of storage, 2 TB of egress bandwidth, and unlimited API operations. No credit card is required. See Trial and Billing for details.

Can I use Fil One for backups?

Yes. Fil One works with any backup tool that supports S3-compatible storage, including Veeam, Commvault, Restic, and Duplicati.

What durability guarantees do you offer?

Fil One is designed for high durability through distributed storage across multiple providers. Data is replicated and verifiably stored. Specific durability SLA details are available on request.

Can multiple users access the same account?

Currently, Fil One accounts are single-user. Each account has one login and one set of API keys. Multi-user organization accounts with role-based access are planned for a future release. In the meantime, you can create multiple API keys scoped to specific buckets and permissions to share limited access with other services or team members.

How does Fil One verify that my data hasn't been tampered with?

Fil One is built on Filecoin, a distributed storage network where storage providers must continuously submit cryptographic proofs — called Proof of Replication (PoRep) and Proof of Spacetime (PoSt) — to prove they are holding your data correctly over time. Each stored object is identified by a content identifier (CID), a cryptographic fingerprint of the data. If the data changes, the CID changes. This makes data integrity independently verifiable, not just claimed by a central authority.

What happens to my data if I delete it?

When you delete an object or bucket, it is immediately removed from your Fil One account and is no longer accessible via the API or dashboard. However, the underlying Filecoin storage deals persist until their natural expiration, which can be up to 180 days. This is a property of the Filecoin network's sealed sector model. The data is inaccessible through Fil One from the moment of deletion — the Filecoin deal expiration is an infrastructure detail, not a user-facing state.