
Make Signed URLs for Amazon S3 with PHP
July 2014
Signed URLs are public links which grant access to protected files stored in Amazon S3 buckets. With PHP you can dynamically generate these URL’s for use on your website. This article should help you get this process working.