Rclone
Learn how to use Rclone with Filebase.
Rclone is a command line program used to backup and sync files and directories to cloud storage platforms. Rclone is certified for use with Filebase.
[filebase]
type = s3
provider = Other
env_auth = false
access_key_id = access_key_goes_here
secret_access_key = secret_access_key_goes_here
region = us-east-1
endpoint = https://s3.filebase.com
./rclone --config rclone.conf copy README.txt filebase:filebase-bucket -v
If you have any questions, please join our Discord server, or send us an email at [email protected]