Current Version: 1.0.1
CHANGELOG
- 1.0.0
- 1.0.1
- Added function fileExists($s3bucket, $s3file)
- Added support for listing bucket files for buckets with over 1,000 files
- Added contributed function setACL($s3bucket, $s3file, $shorthand=public-read)
- Added support for setting an objects acl during the upload process
- Added grabbing of response headers (which contain a LOT of userful information)
- s3test.php includes an example of using headers to verify the integrity of a file stored in s3 via md5 hash
This is a revised version of the file posted here: http://blog.apokalyptik.com/storage3.phps and includes:
- A local, modified, version of the pear HTTP/Request package
- A local copy of all other required pear packages
- Documentation (under development... docs arent my strong suite)
- An example application (s3test.php)
Cheers!
--Apokalyptik