以编程方式复制 S3 存储桶?
有没有办法以编程方式/自动复制 S3 存储桶?
我特别想将此作为备份方法,以防存储桶意外删除或 S3 帐户以某种方式被黑客入侵。
理想情况下,我可以将其设置为每天自动运行。
如果有一种方法可以从 Rails 应用程序中做到这一点,那就太好了,但如果有一些外部服务已经提供了此功能,我也会这样做。
Is there a way to programmatically/automatically duplicate an S3 bucket?
I'm specifically wanting to dot this as a backup method on the off chance a bucket accidentally gets deleted or the S3 account gets hacked somehow.
Ideally I could set it up to run daily automatically.
If there's a way to do it from a Rails app, that'd be nice, but if there's some external service that already provides this functionality, I'd go for that as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用像 Fog 这样的 ruby gem 来执行此操作。
他们的网站上有一个实际示例。
You could use a ruby gem like Fog to do this.
There is a practical example on their website.