I used the library Zend_Service_Amazon_S3to access Amazon S3, but I couldn’t find anything that was correctly linked to creating secure access URLs.
My problem is that I have several objects stored in my bucket with ACL permission only to the owner. I need to be able to create URLs that allow you to use time in time. However, the documentation for Amazon S3 is very brief on this.
Can someone develop or provide a link to something that explains how I can do this in PHP?
source
share