我有S3桶中的文件,我试图根据日期下载文件,如8月8日,8月9日,我如何下载选择性日期文件?我使用了以下代码,但它仍然下载整个存储桶列表
aws s3 cp s3://bucketname/ folder/file --profile pname --exclude \"*\" --recursive --include \"" + "2015-08-09" + "*\"
我不确定,如何实现这一目标.
amazon-s3 amazon-web-services
amazon-s3 ×1
amazon-web-services ×1