Difference between revisions of "S3fs"

From Wasya Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
= Install =
 
  
 +
 +
= 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 ==
 
* From: https://github.com/s3fs-fuse/s3fs-fuse
 
* From: https://github.com/s3fs-fuse/s3fs-fuse
  
 
   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
 

Latest revision as of 04:42, 20 October 2024


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