S3Surfer
Learn how to configure S3Surfer for use with Filebase.
S3Surfer is CLI tool developed for browsing and interacting with object storage buckets that use an S3-compatible API. S3Surfer can be used with Filebase.
Read below to learn how to use S3Surfer with Filebase.
If you have installed and configured AWS CLI for Filebase, this file is already configured. If you do not have AWS CLI configured, create a new file
~/.aws/credentials
that contains the following content:[default]
aws_access_key_id=FILEBASE_ACCESS_KEY
aws_secret_access_key=FILEBASE_SECRET_KEY
env AWS_PROFILE='default'
Run the following command to view the contents of one of your Filebase buckets. Replace
BUCKET_NAME
with your Filebase bucket name../s3surfer --endpoint-url https://s3.filebase.com -b filebase-bucket-sample


Additional keyboard shortcuts are listed at the bottom of the GUI. Once downloaded, the GUI will confirm the file has been downloaded to your local computer.

If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 8mo ago