Filebase
Plan snapshot
Filebase
FREE
- Free storage / trial
- 5 GB free, pooled across Object Storage and IPFS.
- Separate limits
- The free plan includes 100K Class A operations (uploads, copies, lists) and 1M Class B operations (downloads, metadata); object egress is free. Pro is $7.50/month for 500 GB, then $0.015/GB.
- Billing trigger
- The free plan has no charge; Pro is billed monthly and can be cancelled anytime.
- Best fit
- Small S3-compatible buckets and IPFS-pinned content without an egress bill.
Cost hygiene:The 5 GB is shared between Object Storage and IPFS, so pinned IPFS content counts against the same quota.
Checked 2026-09-19: Filebase pricing
Filebase is an S3-compatible object storage service. AeroFTP includes a Filebase preset that fills in the endpoint (https://s3.filebase.io), the region (auto) and path-style addressing, so the form asks only for the three values the Filebase console shows.
What You Need
- your Filebase access key, which the console calls Access token (Console > Access Keys)
- your Filebase secret key (Console > Access Keys > Secret Key)
- the name of an existing bucket (Console > Buckets)
How to Connect
- Open AeroFTP and select Filebase among the S3 providers in Add Service.
- Paste the access token and the secret key.
- Enter the bucket name.
- Connect and save the profile.
What Differs From Other S3 Presets
- Object versioning is not offered on Filebase connections.
- Copies and moves inside the bucket use a single
CopyObjectrequest. Filebase does not implement the multipart copy (UploadPartCopy) that AeroFTP uses on other S3 services, so AeroFTP never sends it there. - For the same reason an S3 delta upload (
put --delta) falls back to a normal upload on Filebase.
Troubleshooting
| Problem | Cause | Solution |
|---|---|---|
| Access denied | Wrong access token or secret key | Copy both again from Console > Access Keys |
| Bucket not found | Wrong bucket name | Check the name in Console > Buckets |