Amazon S3 生命周期规则:存档文件具有最近的日期

Amazon S3 lifecycle rules: Archive files have recent dates

我正在尝试为 s3 存储桶启用生命周期规则以将旧文件移动到 s3 glacier 深度存档,我计划将 6 个月的文件保留在 s3 存储桶中,其余文件移至 glacier。

但问题是当我检查旧文件(2017 年的文件)时,修改日期显示为 2020 年。如果我要启用生命周期规则开始存档超过 180 天的文件。我做不到。任何帮助将不胜感激。

注意:除了列出的文件名外,我看不到文件的创建日期。

怕只保留最后修改日期

Amazon S3 maintains only the last modified date for each object. For example, the Amazon S3 console shows the Last Modified date in the object Properties pane. When you initially create a new object, this date reflects the date the object is created. If you replace the object, the date changes accordingly. So when we use the term creation date, it is synonymous with the term last modified date.

来源:https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#intro-lifecycle-rules-actions