johnnyhalife / waz-storage

A simple implementation of Windows Azure Storage API for Ruby, inspired by the S3 gems and self experience of dealing with queues. The major goal of the whole gem is to enable ruby developers [like me =)] to leverage Windows Azure Storage features and have another option for cloud storage.
http://waz-storage.heroku.com
MIT License
40 stars 21 forks source link

Here's what fixes the waz-storage container.upload method. I url-encoded the path still, as when I tested it with filenames with spaces not doing that caused errors. #23

Closed phil-ibis closed 12 years ago

phil-ibis commented 12 years ago

All of the other query parameters are already URI.encoded anyways. Prior to this, the library was double URI.encoding characters such as '%'.