我想在 S3 上托管一个网站。网页内容将存储在我们网络服务的其他位置。因此,S3 只会提供 HTML 页面、CSS 和关键的 JS。然后 AJAX 请求将检索数据并将其显示在网页上。
我正在寻找的示例
https://www.example.com/something/another/thing
routes to s3/mybucket/index.html
https://www.example.com/something
routes to s3/mybucket/index.html
https://example.com
routes to s3/mybucket/index.html
因此问题是,如何将所有请求路由到同一个资源?