~cthier/swift/s3_bucket_date

« back to all changes in this revision

Viewing changes to swift/container/server.py

  • Committer: Tarmac
  • Author(s): gholt
  • Date: 2011-07-13 20:21:58 UTC
  • mfrom: (322.1.1 xml_11)
  • Revision ID: tarmac-20110713202158-3fxzchwjyt54xgwp
Update to <?xml version="1.1"

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
                           '<last_modified>%s</last_modified></object>' % \
331
331
                           (name, etag, size, content_type, created_at))
332
332
            container_list = ''.join([
333
 
                '<?xml version="1.0" encoding="UTF-8"?>\n',
 
333
                '<?xml version="1.1" encoding="UTF-8"?>\n',
334
334
                '<container name=%s>' % 
335
335
                    saxutils.quoteattr(container, XML_EXTRA_ENTITIES),
336
336
                ''.join(xml_output), '</container>'])