LoginSignup
14
11

More than 5 years have passed since last update.

AWS CLIでS3バケットを同期

Last updated at Posted at 2015-04-07

AWS CLIを使ってS3のあるバケットから別のバケットへファイルをsyncする
aws s3 sync s3://sync元バケット s3://sync先バケット --dryrun
dryrunオプションで実行内容を確認し、
aws s3 sync s3://sync元バケット s3://sync先バケット
で実行。
約8万ファイルを約20分でsync完了。

参考URL:http://docs.aws.amazon.com/cli/latest/reference/s3/index.html

14
11
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
14
11