Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个将静态页面存储在亚马逊 s3 存储桶中的应用程序。编辑页面并使用 AWS::S3::S3Object.store() 方法保存时。但是当我刷新已编辑的页面时,它会随机加载特定页面的先前编辑版本。这是亚马逊 s3 保留以前版本页面的错误吗?如果是,如何避免?
你确定你的浏览器没有缓存页面吗?尝试 CTRL-F5 强制重新加载。