LoginSignup
3
4

More than 5 years have passed since last update.

S3(aws)へコマンドラインで接続した時のメモ

Last updated at Posted at 2013-02-08

環境

OS X 10.8.2

手順

最新のものをダウンロード
http://sourceforge.net/projects/s3tools/files/s3cmd/

インストール

$ tar xvfz s3cmd-1.1.0-beta3.tar.gz
$ cd s3cmd-1.1.0-beta3
$ sudo python setup.py install

設定

$ s3cmd --configure
  • access keyとsecret keyが必要
  • 確認は、コンソール右上[MyAccount]->[セキュリティ証明書]

使い方は、

$ s3cmd --help
3
4
2

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
3
4