Difference between revisions of "S3fs"

From Wasya Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
= Install =
 
  
* From: https://github.com/s3fs-fuse/s3fs-fuse
 
 
  brew install --cask macfuse
 
  brew install gromgit/fuse/s3fs-mac
 
  
 
= 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
 +
 +
  fusermount -u /path/to/mountpoint
 +
 +
= Trash =
 +
== Install is in ansible ==
 +
* From: https://github.com/s3fs-fuse/s3fs-fuse
 +
 +
  brew install --cask macfuse
 +
  brew install gromgit/fuse/s3fs-mac

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