Migrate from AWS S3
The two-line code change that switches an AWS S3 codebase to Filebase, plus a worked migration of existing data.
Browser uploads with pre-signed URLs
Let users upload files directly from a browser to Filebase without your access keys touching the client.
Configure CORS for a SPA
Set up Cross-Origin Resource Sharing on a Filebase bucket so your single-page app can read/upload directly.
Multipart upload for large files
Upload very large files reliably with multipart upload — required for 5 GB+, recommended over 100 MB.
Host a public website
Use a public Filebase bucket plus the built-in CDN to serve a static website.
Back up PostgreSQL to Filebase
Stream pg_dump output directly to Filebase on a schedule.
Back up MySQL to Filebase
Stream mysqldump output directly to Filebase on a schedule.
Back up MongoDB to Filebase
Stream mongodump archives directly to Filebase.
Back up WordPress to Filebase
Back up WordPress files and the database to Filebase.