Amazon S3
I have found my needs go beyond what was released with the CF9 hotfix and most code examples are about 3 years old.
I have the following necesseary tasks
1.) List contents in a bucket "folder style". CF's directoryList() seems get all objects with a prefix and does not support the deliminiter required to not return object in a "sub-directory"
2.) Generate and upload form for clients
3.) Generate and expirable link for private objects
Can someone point me to some code that might help accomplish all three. I'm also looking at AWS's Java library, but it looks daunting.
