AWS S3 website versioning
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am running a website on AWS S3 bucket. I have to update the website once in a while. At the moment, when I do the deployment I just copy the built files to my bucket and override existing ones. Is there a way to do some versioning on these deployments? I know there is a built-in versioning S3, but it is only for individual files I think. The best option would be that every deployment is tagged with git commit-id and I could rollback to a particular commit-id if needed. Any ideas? Already tried to name directories with commit-id -prefix,