Difference between revisions of "S3fs"

From Wasya Wiki
Jump to: navigation, search
Line 10: Line 10:
  
 
   s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs
 
   s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs
 +
  umount /path/to/mountpoint

Revision as of 23:41, 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
 umount /path/to/mountpoint