Welcome to our official feedback forum. Do you have an idea? Do you recognize a good idea when you see one? We want to hear from you!
-
4 votes
allow creation of a folder
The ability to create a folder.
-
63 votes
Ability to set the ACL (permissions) on a Bucket started
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.
setting ACL when you create a bucket is done - editing for an existing bucket is next - it will be in the next release
- anotherjesse -
28 votes
show the file transfer progress during uploads planned
when uploading a large file, it would be helpful to show the percentage done (and possibly an estimate of the remaining time required)
-
43 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.
-
51 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
-
9 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.
-
18 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.
-
4 votes
support renaming and copying of keys planned
Amazon added the ability to copy a key, which if you combine with delete, it allows you to rename a key.
-
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
-
6 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
-
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)
-
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 should ask the user (but allow them to say "I don't know/care", which would go back to the current behavior)
-
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.
-
1 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.
-
6 votes
Expires and Cache-Control Headers
Have the ability to add Metadata (HTTP Headers) to uploads.
-
0 votes
provide full text search
test using sqlite's FTS - http://www.sqlite.org/cvstrac/wiki?p=FtsUsage to save the content of the page
-
3 votes
Option to see more than 1000 keys per directory listing
As far as I can tell, the program allows to see only 1000 keys max per directory. It would be nice to have an option that will permit downloading all the keys in a directory if so desired.
-
2 votes