powered by UserVoice

Feedback Forum

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!

  1. 4 votes
    Vote
    for

    allow creation of a folder

    The ability to create a folder.

  2. 63 votes
    Vote
    for

    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
  3. 28 votes
    Vote
    for

    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)

  4. 43 votes
    Vote
    for

    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.

  5. 51 votes
    Vote
    for

    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

  6. 9 votes
    Vote
    for

    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.

  7. 18 votes
    Vote
    for

    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.

  8. 4 votes
    Vote
    for

    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.

  9. 3 votes
    Vote
    for

    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

  10. 6 votes
    Vote
    for

    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.

  11. 0 votes
    Vote
    for

    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

  12. 1 votes
    Vote
    for

    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)

  13. 0 votes
    Vote
    for

    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)

  14. 0 votes
    Vote
    for

    improve the date format on the key listing

    Currently the dates look like 2008-01-08T01:59:30.000Z, which isn't very readable.

  15. 8 votes
    Vote
    for

    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.

  16. 1 votes
    Vote
    for

    get a logo

    anyone have a suggestion for a logo?

  17. 9 votes
    Vote
    for

    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.

  18. 6 votes
    Vote
    for

    Expires and Cache-Control Headers

    Have the ability to add Metadata (HTTP Headers) to uploads.

  19. 0 votes
    Vote
    for

    provide full text search

    test using sqlite's FTS - http://www.sqlite.org/cvstrac/wiki?p=FtsUsage to save the content of the page

  20. 3 votes
    Vote
    for

    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.

  21. 2 votes
    Vote
    for
powered by UserVoice