s3fs
September 21, 2023 |
permanent
Summary #
- tags
- ,
This Docker image (and associated github project) facilitates mounting of remote S3 buckets resources into containers. Mounting is performed through the fuse s3fs implementation. Dockerhub github
Installing it on #
brew install --cask macfuse
brew install gromgit/fuse/s3fs-mac
Steps to be able to mount local drives #
Why I required this to setup sec-insights
https://gist.github.com/jcaddel/730dc58f4653adf33e4f
- create file
echo $ACCESS_KEY:$SECRET_KEY > ~/.passwd-s3fs chmod 600 ~/.passwd-s3fs # add dummy key if actual one not available