【发布时间】:2021-06-23 21:29:03
【问题描述】:
我想配置我的存储系统以将非活动文件移动到冷存储,AKA S3 Glacier。
我正在寻找的规则是"if this file was not downloaded in the last 90 days, send it to S3 Glacier"。
生命周期规则似乎不适用于该目的,因为它们没有考虑对象是否正在使用。
有什么想法吗?
【问题讨论】:
标签: amazon-web-services amazon-s3 amazon-glacier