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

Change URI.encode to CGI.escape #27

Closed masahiro-nakajima closed 11 years ago

masahiro-nakajima commented 11 years ago

Hello, johnnyhalife!

I could not upload some files which include "[" or "]" in their names.

ex) [en]English.txt [ja]日本語.txt

This happens by using "URI.encode" at "WAZ::Storage::SharedKeyCoreService#execute". I change this using CGI.escape and it works well.

Could you merge this pull request, please?

Cheers!

johnnyhalife commented 11 years ago

Published as waz-storage (1.3.2)