Skip to content

Instantly share code, notes, and snippets.

@erfanium
Created July 6, 2024 22:35
Show Gist options
  • Save erfanium/1f3978bcba54297a40cd922b49b0d177 to your computer and use it in GitHub Desktop.
Save erfanium/1f3978bcba54297a40cd922b49b0d177 to your computer and use it in GitHub Desktop.
mount Liara bucket in Linux
export AWSACCESSKEYID=KEY_ID
export AWSSECRETACCESSKEY=SECRET
s3fs private-space /mnt/cloud -o use_path_request_style -o url=https://storage.c2.liara.space:443 -o uid=1000 -o gid=1000 -o umask=0002 -o allow_other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment