I have created a bucket on the amazon s3 and I kept some images in this bucket inside a folder. All the images are private and I am using Zend_Service_Amazon_S3 class of Zend.
Please let me know how can I access the private images.
Thanks, Pravin
I have created a bucket on the amazon s3 and I kept some images in this bucket inside a folder. All the images are private and I am using Zend_Service_Amazon_S3 class of Zend.
Please let me know how can I access the private images.
Thanks, Pravin
You can do this task by making private url Like this
now use this url to get access.
Try this: It will return the binary data for the file stored on the Amazon S3 Bucket.
Documentation is here: http://framework.zend.com/manual/de/zend.service.amazon.s3.html
This is example #1