anotherjesse / s3

psuedo s3 protocol for mozilla browsers

This URL has Read+Write access

anotherjesse (author)
Sun Jun 29 22:09:25 -0700 2008
commit  30aa833d49bb2cb216eea8026d7cb34c3f742a6c
tree    f6f9846b38da80c2cbfd9c83895c333e60587a9c
parent  7f967c8a75e0d451739f890226cc70a8a47c3403
s3 /
name age message
file .gitignore Tue Jan 01 14:09:52 -0800 2008 ignore vim ~ files [anotherjesse]
file README Fri May 30 00:06:41 -0700 2008 new idea from s3 list on recursive deletion [anotherjesse]
file Rakefile.rb Loading commit data...
file chrome.manifest Sun Jun 29 22:09:25 -0700 2008 converting the auth library to a jsm [anotherjesse]
directory chrome/
directory components/
file install.rdf
directory modules/
README
S3:// is a "psuedo protocol" for Amazon's S3 service.

Interact with S3 in the same way you do with HTTP, through your URL bar.

* TODO:

** 0.1 release [1/4]
  - [ ] fix copyright/contributors info
  - [ ] s3 logo
  - [ ] help/about section
  - [X] allow mixed case bucket names s3://

* BUGS/IDEAS:

** s3://twitter_production/profile_background_images/1001042/ -- cannot click the contained thing
** s3://twitter_production/profile_background_images/ -- css breaks (the background stops) about 2/3 down
** s3://what/ -- acts weird
** setup credentials only works once due to blockUI

FUTURE/IDEAS:

** right click -> "Save As" is broken
** exception/feedback tool
** setting ACL for a bucket
** recursive deletion of a folder
** setting ACL on a key
** have a progress meter for uploads
** Tools -> Page Info should have accurate information (s3 specific?)
** cache the key listing info at the channel layer
** support logging
** right click handler for copy url/torrent
** create time limited url for key
** support renaming/copying keys
** deal with undetected mime-types (ask user?)
** linkify key directories/paths (ala initial designs for awesome bar)
** a good date format on key list
** support adding people to buckets via email addresses
** specify if bucket should be created in US or Europe
** transfer over SSL?
** Handle uploading of folders via DND
** emulate "create folder" system that others use?