S3 Browser


S3 browser is a Mac OS X application, a minimalist test browser for the Amazon S3 storage service. It can list, create and delete buckets, and upload, download and delete objects. It includes a small operation console and inspector.


The UI code is very Cocoa bindings oriented. The backend code uses the low-level WebKit classes (NSURLConnection and friends), and the whole thing tries to be as asynchronous as possible. I hope it could be a starting point for S3 support in a OS X desktop app.


You will need a Amazon WebServices account.


Todo


- handle large buckets

- URL generation tool

- correctness review

- use stream APIs for large file support


History


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 refer to the LICENSE.txt file.


Contact


Olivier Gutknecht - olg@no-distance.net

http://people.no-distance.net/ol/software/s3/