Last active
July 30, 2020 08:58
-
-
Save s-chb/4d019cf65e9c768112f957bcdb4eeced to your computer and use it in GitHub Desktop.
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
| sudo mkdir /mys3bucket | |
| sudo s3fs your_bucketname /mys3bucket -o use_cache=/tmp -o allow_other -o uid=1001 -o mp_umask=002 -o multireq_max=5 -o use_path_request_style -o url=https://s3-{{aws_region}}.amazonaws.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment