Generate Expiring Amazon S3 Link

You don’t have to make files on Amazon S3 public (they aren’t by default). But you can generate special keys to allow access to private files. These keys are passed through the URL and can be made to expire. <?php if(!function_exists(‘el_crypto_hmacSHA1’)){ /** * Calculate the HMAC SHA1 hash of a string. * * @param string … Continue reading Generate Expiring Amazon S3 Link