sh AWS CLI S3删除目录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh AWS CLI S3删除目录相关的知识,希望对你有一定的参考价值。

# we cannot use the wildcard when using s3 rm command.
# you can test by dry-run option before deletion.
aws s3 rm s3://locations/somewhere –exclude ‘*’ –include ‘201711*’ –recursive –dryrun

以上是关于sh AWS CLI S3删除目录的主要内容,如果未能解决你的问题,请参考以下文章

sh 用于备份和从AWS S3删除旧备份的简单脚本shell

AWS S3 CLI的权限bug

text AWS cli s3

aws_cli s3基本使用

text 通过CLI获取AWS S3存储桶的内容

使用 AWS CLI 从 S3 获取最后修改的对象