AmazonS3:自定义错误页面
我计划分享私有对象的 URL(有时间限制)。有没有办法为 404/403 http 响应设置自定义错误页面?
I am planning to share URLs (time limited) for private objects. Is there a way to set custom error pages for 404/403 http responses ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有可能,请参阅 本公告。
在开发人员指南中,有一段关于“自定义错误文档支持”,我在其中读到了以下句子。
如何设置 4xx 自定义错误页面:
使用 CloudBerry,您可以右键单击某个存储桶,选择“属性”,然后单击标签网站并设置索引文档和4xx错误文档。
使用AWS Java SDK,这里是示例代码(未经测试)
更新 我还发现了这篇博文:在 Amazon S3 上托管您的静态网站。
Yes, it's possible, see this announcement.
In the Developer guide there is a paragraph about "Custom Error Document Support" where I read the following sentence.
How to set 4xx custom error page:
With CloudBerry, you can right click on a bucket, select Properties, click the tab Website and set the index document and the 4xx error document.
Use AWS Java SDK, here is an example code (not tested)
UPDATE I also found this blog post: Host Your Static Website on Amazon S3.