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

Add 'retry_count' of request to core_service options. #28

Closed masahiro-nakajima closed 11 years ago

masahiro-nakajima commented 11 years ago

Hi, johnnyhalife!

I tested uploading many files to Azure, but Azure often returned errors. So I improved it adding retry to request.

Please pull this branch!

Cheers,

johnnyhalife commented 11 years ago

It's been published as v.1.3.3

masahiro-nakajima commented 11 years ago

Thanks a lot!