Jesse von Doom
Jesse von Doom
Changes the signature and allows custom headers in the getAuthenticatedURL function. Example: $s3->getAuthenticatedURL($this->bucket, $path, $timeout, false, false, array('response-content-disposition' => 'attachment')); Currently testing and working with "response-content-disposition", "response-cache-control", and "response-content-type" header...
- Added a $headers argument that can take an assoociative array of response override headers (like content-disposition, etc.) Full AMZ documentation on the various options is at: http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGET.html - Added...
Just deployed a well-tested app to a vanilla PHP instance on AppFog, which is a Cloud Foundry provider. MailChimp integration went from rock solid to fully broken. After wrestling with...