I\'m trying to make it so that my script will show test.jpg in an Amazon S3 bucket through php. Here\'s what I have so far:
require_once(\'library/AWS/sdk.cl
I added the Content-Disposition header to the getAuthenticatedUrl();
// Example
$timeOut = 3600; // in seconds
$videoName = "whateveryoulike";
$headers = array("response-content-disposition"=>"attachment");
$downloadURL = $s3->getAuthenticatedUrl( FBM_S3_BUCKET, $videoName, FBM_S3_LIFETIME + $timeOut, true, true, $headers );