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.
我试图弄清楚当图像 URL 需要身份验证时如何在 MWPhotoBrowser 中下载图像。在我的情况下,图像在 S3 上,我需要将密钥与 url 一起传递。我看不到在浏览器中处理此问题的方法。
改变了我的方法,而是从 S3 获取一个标记化的 URL,然后将干净的 URL 传递到照片浏览器中。