My Amazon S3 CFC is a simple CFC for managing assets on Amazon's S3 service. It provides PUT, GET, and DELETE methods, along with a URL builder for creating authenticated links to secured assets for embedding in pages. It also supports a local cache of assets for increasing performance when doing repetitive reads of the assets.
- Version 6: 2010-12-11 amazons3.cfc.txt (post)
- Version 5: 2010-09-02 amazons3.cfc.txt (post)
- Version 4: 2010-06-08 amazons3.cfc.txt (post)
- Version 3: 2010-02-26 amazons3.cfc.txt (post)
- Version 2: 2008-05-11 amazons3.cfc.txt (post)
- Version 1: 2008-04-07 amazons3.cfc.txt (post)
- Version 0: 2008-04-04 post (just the URL builder)
The current version of the CFC is always available from SVN at https://ssl.barneyb.com/svn/barneyb/amazon/trunk/amazons3.cfc.