Skip to content

Instantly share code, notes, and snippets.

@srockstyle
Created February 3, 2014 00:50
Show Gist options
  • Select an option

  • Save srockstyle/8777366 to your computer and use it in GitHub Desktop.

Select an option

Save srockstyle/8777366 to your computer and use it in GitHub Desktop.
OSXからAmazon s3をマウントするには ref: http://qiita.com/srockstyle/items/05f125ef92e12dff38f4
brew install s3fs
echo "accessKeyId:secretAccessKey" > ~/.passwd-s3fs
s3fs [バケット名] [フォルダ名] -o allow_other,default_acl=all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment