S3fs

From Wasya Wiki
Revision as of 04:42, 20 October 2024 by Piousbox (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Use

 s3fs mybucket /path/to/mountpoint \
   -o passwd_file=${HOME}/.passwd-s3fs \
   -o allow_other \
   -o use_path_request_style 
 umount /path/to/mountpoint
 fusermount -u /path/to/mountpoint

Trash

Install is in ansible

 brew install --cask macfuse
 brew install gromgit/fuse/s3fs-mac