ZF-11412: Generating signed URL for private Bucket Object using Zend_Service_Amazon_S3
Description
Currently there is no way using Zend_Service_Amazon_S3 to generate a time limited signed URL to access an object which has ACL_PRIVATE rules set for that resource.
The equivalanet Amazon S3 PHPSDK class is
/**
* Gets the web-accessible URL for the Amazon S3 object or generates a time-limited signed request for
* a private file.
*
*/
public function get_object_url(){}
Avaialble to see: https://github.com/amazonwebservices/…
Amazon Docs explaining usage and setting an Expiration time. http://docs.amazonwebservices.com/AWSSDKforPHP/…
Comments
No comments to display