tpyo / amazon-s3-php-class

A standalone Amazon S3 (REST) client for PHP 5/CURL
1.03k stars 504 forks source link

display image by url in s3 #146

Closed hokage4 closed 5 years ago

hokage4 commented 6 years ago

Hi, how can get url that display image in php after uploaded in s3

tpyo commented 5 years ago

If it's private you can use S3::getAuthenticatedURL, otherwise just reference the S3 URL.