Created
July 6, 2024 22:35
-
-
Save erfanium/1f3978bcba54297a40cd922b49b0d177 to your computer and use it in GitHub Desktop.
mount Liara bucket in Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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