Special chars in Amazon S3 keys?

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-04-09T14:30:04Z Indexed on 2010/04/09 14:33 UTC
Read the original article Hit count: 239

Filed under:

Is it possible to have special characters like åäö in the key? If i urlencode the key before storing it works, but i cant really find a way to access the object. If i write åäö in the url i get access denied (like i get if the object is not found). If i urlencode the url i paste in the browser i get "InvalidURICouldn't parse the specified URI".

Is there some way to do this?

© Stack Overflow or respective owner

Related posts about amazon-s3