forked from anotherjesse/s3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
41 lines (34 loc) · 1.38 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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?