mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
2c38747fa9
CGI.escape creates URL-safe encodings, but we need XML-safe encodings. If the key name has a "/" in it (as for a directory structure) it gets replaced with a URL-safe "%2F" which S3 treats as a literal part of the key name. We only need to escape the parts of the key that could result in malformed XML. |
||
---|---|---|
.. | ||
fog | ||
tasks | ||
fog.rb |