Can i somehow search objects in S3 by extension, not only by prefix?
Here is what i have now:
ListObjectsResponse r = s3Client.ListObjects(new Amazon
I don't believe this is possible with S3.
The best solution is to 'index' S3 using a database (Sql Server, MySql, SimpleDB etc) and do your queries against that.