-
14 votes
ability to set/edit ACL (permissions) on a key/file
You should be able to set/change the access control policy on a file when you create it or when you are at the list of keys.
-
3 votes
signature is invalid after 307 redirect
if I create a bucket in europe and amazon seems to require redirects for a few minutes, during which time upload sucks since: user get "repost due to redirect" prompt and signature is no longer valid
-
17 votes
Support switching between multiple AWS accounts.
A simple mechanism to store multiple sets of AWS keys, and then switch between the respective AWS accounts would be most excellent. Many of us hackers have personal accounts and work/project accounts, and a simpler way to switch between them would be appreciated greatly.
-
0 votes
allow a friend to upload to your bucket
create a file that has an http post to a certain key, put that file on S3, then create a limited time url for that file to send to your friend
-
91 votes
Ability to set the ACL (permissions) on a Bucket
You should be able to set/change the access control policy on a bucket when you create it or when you are at the list of buckets.
Status: startedsetting ACL when you create a bucket is done - editing for an existing bucket is next - it will be in the next release
-
77 votes
allow recursive deletion of a "folder"
If a user puts a bunch of files into a "folder" then we should allow deletion of them. S3 has no built-in mechanism to delete all keys that begin with a prefix but we can implement it ourselves
-
31 votes
show the file transfer progress during uploads
when uploading a large file, it would be helpful to show the percentage done (and possibly an estimate of the remaining time required)
Status: planned -
1 votes
add s3 specific right click handlers
when you right click on a key from within a bucket listing, you should be able to copy various flavors of URLs: a torrent link, a time limited link, the HTTP link, and the s3:// link (which is the only one that currently works since it is the default)
-
4 votes
support renaming and copying of keys
Amazon added the ability to copy a key, which if you combine with delete, it allows you to rename a key.
Status: planned -
0 votes
improve mime-type detection
Currently we use getTypeFromFile from the MIMEService and if it fails to return a mime-type we use a default of text/plain. File that are uploaded with an improper mime-type are a pain to deal with (you cannot update mime-type after the key exists). Rather than defaulting to text/plain we shoul... more
-
21 votes
Button to generate a temp s3 get url for any displayed page
For any s3:/// page it would be nice to have a button to generate a http://... url (or open in new Firefox tab would be even nicer). Good for debugging actual headers, mime type, etc.
-
0 votes
improve the date format on the key listing
Currently the dates look like 2008-01-08T01:59:30.000Z, which isn't very readable.
-
8 votes
Better XML view for files text/xml
Nice pretty-printed xml view for xml files instead of the weird one currently implemented. Can't easily cut and paste from the listing as is.
-
53 votes
drag and drop of a folder to recursively upload all files
If I drop a directory onto a bucket it should start uploading it, creating a "folder" of the name of the directory, then uploading all contained files into it.
-
3 votes
get a logo
anyone have a suggestion for a logo?
-
9 votes
Secure Transfer
It could be useful to either use SSL for secure transfer or support encryption before uploading. Would it possible to use symmetric or public key GnuPG encryption? The advantage is that it's available on many platforms.
-
3 votes
make it work with accent-letters (é, ñ) in filenames
Firefox is great, the addons for amazon s3 too. But they don't work with international letters like ñ, é, ä, ö, ü in filename or directory name. Has to do with UT-8, I belive.
-
9 votes
Expires and Cache-Control Headers
Have the ability to add Metadata (HTTP Headers) to uploads.
-
11 votes
Support for Firefox 3.5
The s3:// plugin is not compatible with Firefox 3.5.