<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>test.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -174,8 +174,8 @@ class BlobStorage(Storage):
     def create_container(self, container_name, is_public = False):
         req = RequestWithMethod(&quot;PUT&quot;, &quot;%s/%s&quot; % (self.get_base_url(), container_name))
         req.add_header(&quot;Content-Length&quot;, &quot;0&quot;)
-        self._credentials.sign_request(req)
         if is_public: req.add_header(PREFIX_PROPERTIES + &quot;publicaccess&quot;, &quot;true&quot;)
+        self._credentials.sign_request(req)
         try:
             response = urlopen(req)
             return response.code</diff>
      <filename>winazurestorage.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8aaa02d88ab1a726b2f52153510687055e9e1555</id>
    </parent>
  </parents>
  <author>
    <name>Steve Marx</name>
    <email>Steve.Marx@microsoft.com</email>
  </author>
  <url>http://github.com/sriramk/winazurestorage/commit/a75c1c1f91f17ac5b8115d81fadb23af2c91ec65</url>
  <id>a75c1c1f91f17ac5b8115d81fadb23af2c91ec65</id>
  <committed-date>2008-11-22T14:58:05-08:00</committed-date>
  <authored-date>2008-11-22T14:58:05-08:00</authored-date>
  <message>Add blob tests and fix create container bug.</message>
  <tree>9cb48d86b31387ebedfed44c8353a6f8a7cd6a2e</tree>
  <committer>
    <name>Steve Marx</name>
    <email>Steve.Marx@microsoft.com</email>
  </committer>
</commit>
