The Amazon S3 Explorer can explore your
Amazon S3 account. It also includes a ColdBox Amazon S3 plugin that can be used in any
application. It interfaces with S3 via REST and it can handle pretty
much any operation on Amazon. This is a ColdBox 3.0 module.
You can get the source from github: http://github.com/ColdBox/depot-cbox-amazon-s3 or just drop as a module in your modules folder by clicking on the download icons on the top right of this page.
Version 1.5
* Fixes by Curt Gratz and CKH on filename characters
Version 1.4
* Updates to ColdBox 3.0 compat and cleanup
* auth URL fixes
* folder support for buckets thanks to Alagukannan Alagappan!
Version 1.3
* Fixed encoding signatures of time expired links for adobe cf.
Version 1.2
* Fixed the ability to add credentials on the fly.
Version 1.1
* Ability to add content-disposition headers when putting objects
* Caching headers to actual ColdBox plugin
* LogBox logging
Version 1.0
* Initial Release