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.
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,
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,