Difference between revisions of "S3fs"

From Wasya Wiki
Jump to: navigation, search
(Use)
Line 9: Line 9:
 
= Use =
 
= Use =
  
   s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs
+
   s3fs mybucket /path/to/mountpoint \
 +
    -o passwd_file=${HOME}/.passwd-s3fs \
 +
    -o allow_other \
 +
    -o use_path_request_style
 +
 
 
   umount /path/to/mountpoint
 
   umount /path/to/mountpoint

Revision as of 19:19, 14 October 2024

Install

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

Use

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