最終更新:2021-03-15 (月) 09:33:59 (1137d)  

aws s3
Top / aws s3

aws s3 <Command> [<Arg> ...]

https://docs.aws.amazon.com/cli/latest/reference/s3/index.html

https://docs.aws.amazon.com/ja_jp/cli/latest/userguide/cli-services-s3-commands.html

Single Local File

  • aws s3 cp?コピー
    aws s3 mv移動
    aws s3 rm?オブジェクトの削除

Directory

  • aws s3 sync?オブジェクトの同期aws s3 sync <source> <target> [--options]
    aws s3 mb?バケットの生成aws s3 mb <S3Uri>
    aws s3 rb?バケットの削除
    aws s3 ls

関連