S3 Browser
S3 browser is a Mac OS X administration tool for the Amazon S3 storage service. My goal is to build a small application useful in itself for developers or users subscribed to the S3 service, but also to provide example code showing how to access S3 through the REST API in a OS X Objective-C client application, on top of OS X technologies (Keychain, URL loading system, ...).
Basic S3 operations are implemented (bucket list/create/delete), objects deletion, upload and download (using streaming network code to be able to deal with large files). There is also a small low-level request inspector and a task console.
To use this application, this, you will need a Amazon WebServices account.
History
v1.0.1 r58 : Minor fix for path-like keys handling, and performance fix for uploads.
v1.0 r55 : Support for content-type, multiple files upload (including directories, mapped to slash-paths keys on S3), operation batching, large buckets listings, misc UI fixes.
v0.3 r30 : Added stream-based API for large file support, added double-click to download item, and file drop for upload.
v0.2 r15 : Added keychain support, multiple selection in object window, fixes default download filename, improved GUI (removed all action buttons, added toolbar). Source release (BSD License).
v0.1 r3 : first (binary) release
License
BSD License. Please check http://people.no-distance.net/ol/software/s3/ for more info
Contact
Olivier Gutknecht - ol+s3@no-distance.net