download   home   source


lmajano@gmail.com's Gravatar   Luis Majano Nov 25, 2009 at 3:32 AM Feb 10, 2012 at 1:51 PM 1.5 3.0 Modules 3180 798

Amazon S3 Explorer

A cool ColdBox explorer for Amazon S3 accounts.

Description

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.


Installation Instructions

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.

  • Make sure SES is enabled in your parent application
  • Make sure WireBox is enabled

Changelog

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