anotherjesse / s3
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (6)
- Wiki (1)
- Graphs
-
Branch:
master
Jesse Andrews (author)
Sat Sep 27 02:29:42 -0700 2008
s3 /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jan 01 14:09:52 -0800 2008 | |
| |
README | Fri May 30 00:06:41 -0700 2008 | |
| |
Rakefile.rb | Sun Jun 29 22:58:12 -0700 2008 | |
| |
chrome.manifest | Sun Jun 29 22:09:25 -0700 2008 | |
| |
chrome/ | Sat Sep 27 02:29:42 -0700 2008 | |
| |
components/ | Mon Sep 22 07:58:02 -0700 2008 | |
| |
install.rdf | Fri Sep 26 11:24:59 -0700 2008 | |
| |
modules/ | Mon Sep 22 07:58:02 -0700 2008 |
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?
