LoginSignup
18
19

More than 5 years have passed since last update.

OSXからAmazon s3をマウントするには

Posted at

s3、安くていいですよね。

サーバからではなく、自分のPCからファイルをあげたりさげたりできたらもっといいですよね。
そんなわけでOSXからs3をマウントさせる方法を見つけたのでメモします。

インストールは以下。

brew install s3fs

設定ファイルは以下。

echo "accessKeyId:secretAccessKey" > ~/.passwd-s3fs

あとは対象のフォルダを作り、s3fsコマンドでマウントしてください。

s3fs [バケット名] [フォルダ名] -o allow_other,default_acl=all

これでいろいろいじくれまーす。

18
19
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
19