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。存储桶中的所有内容都是公开的,因此我不想通过签名 url 限制访问,我只需要在上传对象后为其生成一个 URL 以将 URL 保存在数据库中以供将来使用。有什么帮助吗?
谢谢
如果您使用的是 AWS 开发工具包,那么只需将对象 acl 设置为公共读取。就像下面一样
object.acl = :public_read