SeaweedFS
Learn how to configure SeaweedFS for use with Filebase.
SeaweedFS is an open-source distributed storage system for objects, files, and data. SeaweedFS is highly scalable and designed to serve files and their associated metadata with low latency. SeaweedFS transparently integrates with cloud storage and has native integration with Filebase.
Read below to learn how to use SeaweedFS with Filebase.
This guide uses Ubuntu 20.04. Commands may vary based on the operating system.
./weed shell
Filebase has native integration with SeaweedFS:
remote.configure -name=filebase -type=filebase -filebase.access_key=FILEBASE_ACCESS_KEY -filebase.secret_key=FILEBASE_SECRET_KEY -filebase.endpoint=https://s3.filebase.com
Replace the following values:
- Filebase.access_key: Filebase Access Key
- Filebase.secret_key: Filebase Secret Key

remote.mount -dir=/path/to/mount/to -remote=filebase/filebase-bucket-name
You should receive output that resembles the following:

remote.mount.buckets -remote=filebase
If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 1yr ago