${HOME}/.aws/credentials
.${HOME}/.passwd-s3fs
.You will need to save your Filebase Access and Secret keys to this file and give it owner permissions. You can do so with the following commands:echo ACCESS_KEY_ID:SECRET_ACCESS_KEY > ${HOME}/.passwd-s3fs
chmod 600 ${HOME}/.passwd-s3fs
s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs -o url=https://s3.filebase.com
file.jpg
to the bucket’s mounted directory, and then viewed the contents of the directory to confirm it had been copied.cp file.jpg /home/filebase/mount
ls /home/filebase/mount