Is it possible to automatically move objects from an S3 bucket to another one after some time?

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-25 05:09:32

问题


I have an S3 bucket which accumulates objects quite rapidly and I'd like to automatically move objects older than a week to another bucket. Is it possible to do this with a policy and if so what would the policy look like.

If there can't be move to another S3 bucket is them some other automatic mechanism for archiving them potentially to glacier?


回答1:


Yes you can archive automatically from S3 to Glacier.

You can establish it by creating a Lifecycle Rule in the Amazon Console.

http://aws.amazon.com/blogs/aws/archive-s3-to-glacier/

Archiving Amazon S3 Data To Amazon Glacer



来源:https://stackoverflow.com/questions/25098677/is-it-possible-to-automatically-move-objects-from-an-s3-bucket-to-another-one-af

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!