Created
February 3, 2014 00:50
-
-
Save srockstyle/8777366 to your computer and use it in GitHub Desktop.
OSXからAmazon s3をマウントするには ref: http://qiita.com/srockstyle/items/05f125ef92e12dff38f4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install s3fs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "accessKeyId:secretAccessKey" > ~/.passwd-s3fs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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