S3 Browser


S3 browser is a Mac OS X application, a minimalist 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 OS X desktop apps.


You will need a Amazon WebServices account to use this application.


Todo


- handle large buckets

- URL generation tool

- ACL Support

- correctness review


History


v0.3 r30 : Added stream-based API for large file support, added double-click to download item, and drop to table to 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 refer to the LICENSE.txt file.


Contact


Olivier Gutknecht - olg@no-distance.net

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