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 面板中标记“静态网站托管”或类似选项。
如果您查看许多流行网站的 HTML,您会发现它们从 S3 存储桶调用图像和其他资产。