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.
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
All of the other query parameters are already URI.encoded anyways. Prior to this, the library was double URI.encoding characters such as '%'.