Skip to content

Instantly share code, notes, and snippets.

@s-chb
Last active July 30, 2020 08:58
Show Gist options
  • Select an option

  • Save s-chb/4d019cf65e9c768112f957bcdb4eeced to your computer and use it in GitHub Desktop.

Select an option

Save s-chb/4d019cf65e9c768112f957bcdb4eeced to your computer and use it in GitHub Desktop.
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