Tuesday, May 8, 2012

Updated Coldfusion/Railo AWS S3 JAVA API - Now Full Features

I have published my updates to my Java S3 API to Github.


It already had methods for 'Upload' and 'GetLink'. Now I've added 'Copy' and 'Delete'. I also added an additional 'Proxy' method for direct linking - it gets the link (authenticated with timeout, if required) and forwards directly to the URL using a <cfheader statuscode="302" statustext="Moved Temporarily" /> followed by a <cfheader name="Location" value="#application.s3api.getlink(arguments.s3path,arguments.expires)#" />.

Check it out. It's working great!

No comments: