Difference between revisions of "S3fs"
From Wasya Wiki
(Created page with " = Install = * From: https://github.com/s3fs-fuse/s3fs-fuse brew install --cask macfuse brew install gromgit/fuse/s3fs-mac") |
|||
Line 6: | Line 6: | ||
brew install --cask macfuse | brew install --cask macfuse | ||
brew install gromgit/fuse/s3fs-mac | brew install gromgit/fuse/s3fs-mac | ||
+ | |||
+ | = Use = | ||
+ | |||
+ | s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs |
Revision as of 18:17, 29 September 2024
Install
brew install --cask macfuse brew install gromgit/fuse/s3fs-mac
Use
s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs