提问人:Kyle 提问时间:11/7/2023 最后编辑:John RotensteinKyle 更新时间:11/7/2023 访问量:25
是否可以将 bash 格式的日期通过管道传递给 AWS S3 CLI cp --include?
Is it possible to pipe a bash formatted date to the AWS S3 CLI cp --include?
问:
我正在使用 AWS CLI 从 S3 存储桶复制文件,并使用 --include --exclude 参数仅从特定日期选择文件。我的目标是只下载前一周的文件,并自动执行此过程。我想从 bash 中获取当前日期减去一周并将其传递给 --include,我想知道这是否可行。
答: 暂无答案
评论
--include
--exclude
LastModified
aws s3 sync