Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
patch for GH-93
Browse files Browse the repository at this point in the history
  • Loading branch information
buzztroll committed Apr 17, 2012
1 parent 06cd1b4 commit 301ca50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cumulus/cb/pycb/cbRequest.py
Expand Up @@ -273,7 +273,8 @@ def work(self):
request = self.request
doc = Document()

# Create the <wml> base element
self.setHeader(request, "content-type", "application/xml")
# Create the <xml> base element
listAll = doc.createElement("ListAllMyBucketsResult")
listAll.setAttribute("xmlns", "http://doc.s3.amazonaws.com/2006-03-01")
doc.appendChild(listAll)
Expand Down

0 comments on commit 301ca50

Please sign in to comment.