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

waz-storage fails to treat container publicity #14

Closed tnzk closed 13 years ago

tnzk commented 13 years ago

I have fixed the problem in the subject. I sent you an email for details.

I changed the field name in Service#get/set_container_acl. The field does not accept true/false, these methods should use the value in string directly. Given nil as value, set_container_acl generates a request without publicity field to make the container private.

For backward compatibility, Container#public_access? and public_access still work with boolean value,