英文:
AWS S3 Bucket Lifecycle configuration Rule to Failing move contents to Glacier
问题
我有一个S3存储桶,其中有一个名为'Put-Legacy-Backups-On-Ice'的生命周期规则。
生命周期规则规定,在第1天 - '对象转移到Glacier Flexible Retrieval(以前是Glacier)'
然后在第93天 - 对象过期
目前我没有看到这个存储桶中的对象在第一天后被转移到Glacier类别
这里是对象视图的截图
生命周期规则已在存储桶上启用
英文:
I have a S3 bucket, with a single lifecycle rule called 'Put-Legacy-Backups-On-Ice'.
The life cycle rule states that on Day 1 - 'Objects move to Glacier Flexible Retrieval (formerly Glacier)'
and then on Day 93 - Objects expire
Currently I'm not seeing that objects in this bucket are getting transitioned to Glacier class after the first day
Here's a screenshot of the objects view
The lifecycle rule has been Enabled on the bucket
答案1
得分: 0
是的 @marcin 和 @John-Rotenstein,在48小时后,存储类别都已更改为冰川。感谢你们两位的评论,都是正确的。
英文:
Yes @marcin and @John-Rotenstein, it did appear after 48 hrs that the storage classes were all changed to Glacier. Thanks both your comments were correct.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论