How do you let only authorized user have access contents stored in Amazon's S3?

你。 提交于 2019-12-02 22:30:50

The link given in the above answer is no longer correct -- Amazon had it's documentation reorganized. I think these are the correct pages to read:

Joshua Smith

You want to read the section called 'Query String Request Authentication Alternative' found here

It explains how to create a time-based expiring link to an S3 object

You would then have to write the code that manages the users (the who owns which object part of your question).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!