swift 2.34.0__tar.gz → 2.34.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (938) hide show
  1. {swift-2.34.0 → swift-2.34.1}/.zuul.yaml +2 -2
  2. {swift-2.34.0 → swift-2.34.1}/CHANGELOG +10 -0
  3. swift-2.34.1/PKG-INFO +224 -0
  4. {swift-2.34.0 → swift-2.34.1}/bandit.yaml +1 -1
  5. {swift-2.34.0 → swift-2.34.1}/etc/account-server.conf-sample +2 -1
  6. {swift-2.34.0 → swift-2.34.1}/etc/container-server.conf-sample +2 -1
  7. {swift-2.34.0 → swift-2.34.1}/etc/object-server.conf-sample +3 -2
  8. {swift-2.34.0 → swift-2.34.1}/etc/proxy-server.conf-sample +1 -0
  9. swift-2.34.1/releasenotes/notes/release-2.34.1-717c46d49e306420.yaml +10 -0
  10. {swift-2.34.0 → swift-2.34.1}/roles/additional-keystone-users/tasks/main.yaml +2 -2
  11. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/listing_formats.py +26 -38
  12. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/x_profile/html_viewer.py +1 -1
  13. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/xprofile.py +5 -0
  14. swift-2.34.1/swift.egg-info/PKG-INFO +224 -0
  15. {swift-2.34.0 → swift-2.34.1}/swift.egg-info/SOURCES.txt +1 -0
  16. {swift-2.34.0 → swift-2.34.1}/swift.egg-info/entry_points.txt +0 -1
  17. swift-2.34.1/swift.egg-info/pbr.json +1 -0
  18. {swift-2.34.0 → swift-2.34.1}/swift.egg-info/requires.txt +15 -17
  19. {swift-2.34.0 → swift-2.34.1}/test/functional/test_account.py +40 -1
  20. {swift-2.34.0 → swift-2.34.1}/test/functional/test_container.py +65 -1
  21. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_listing_formats.py +81 -8
  22. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_xprofile.py +19 -0
  23. {swift-2.34.0 → swift-2.34.1}/tox.ini +3 -3
  24. swift-2.34.0/PKG-INFO +0 -196
  25. swift-2.34.0/swift.egg-info/PKG-INFO +0 -196
  26. swift-2.34.0/swift.egg-info/pbr.json +0 -1
  27. {swift-2.34.0 → swift-2.34.1}/.alltests +0 -0
  28. {swift-2.34.0 → swift-2.34.1}/.coveragerc +0 -0
  29. {swift-2.34.0 → swift-2.34.1}/.dockerignore +0 -0
  30. {swift-2.34.0 → swift-2.34.1}/.functests +0 -0
  31. {swift-2.34.0 → swift-2.34.1}/.mailmap +0 -0
  32. {swift-2.34.0 → swift-2.34.1}/.manpages +0 -0
  33. {swift-2.34.0 → swift-2.34.1}/.probetests +0 -0
  34. {swift-2.34.0 → swift-2.34.1}/.stestr.conf +0 -0
  35. {swift-2.34.0 → swift-2.34.1}/.unittests +0 -0
  36. {swift-2.34.0 → swift-2.34.1}/AUTHORS +0 -0
  37. {swift-2.34.0 → swift-2.34.1}/CONTRIBUTING.rst +0 -0
  38. {swift-2.34.0 → swift-2.34.1}/Dockerfile +0 -0
  39. {swift-2.34.0 → swift-2.34.1}/LICENSE +0 -0
  40. {swift-2.34.0 → swift-2.34.1}/MANIFEST.in +0 -0
  41. {swift-2.34.0 → swift-2.34.1}/README.rst +0 -0
  42. {swift-2.34.0 → swift-2.34.1}/REVIEW_GUIDELINES.rst +0 -0
  43. {swift-2.34.0 → swift-2.34.1}/api-ref/source/conf.py +0 -0
  44. {swift-2.34.0 → swift-2.34.1}/api-ref/source/index.rst +0 -0
  45. {swift-2.34.0 → swift-2.34.1}/api-ref/source/metadata_header_encoding.inc +0 -0
  46. {swift-2.34.0 → swift-2.34.1}/api-ref/source/metadata_header_syntax.inc +0 -0
  47. {swift-2.34.0 → swift-2.34.1}/api-ref/source/parameters.yaml +0 -0
  48. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/account-containers-list-http-request-json.txt +0 -0
  49. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/account-containers-list-http-request-xml.txt +0 -0
  50. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/account-containers-list-http-response-json.txt +0 -0
  51. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/account-containers-list-http-response-xml.txt +0 -0
  52. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/account-containers-list-response.json +0 -0
  53. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/account-containers-list-response.xml +0 -0
  54. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/capabilities-list-response.json +0 -0
  55. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/containers-list-http-request.txt +0 -0
  56. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/containers-list-http-response.txt +0 -0
  57. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/endpoints-list-response-headers.json +0 -0
  58. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/endpoints-list-response.json +0 -0
  59. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/goodbyeworld.txt +0 -0
  60. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/helloworld.txt +0 -0
  61. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/objects-list-http-response-json.txt +0 -0
  62. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/objects-list-http-response-xml.txt +0 -0
  63. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/objects-list-response.json +0 -0
  64. {swift-2.34.0 → swift-2.34.1}/api-ref/source/samples/objects-list-response.xml +0 -0
  65. {swift-2.34.0 → swift-2.34.1}/api-ref/source/storage-account-services.inc +0 -0
  66. {swift-2.34.0 → swift-2.34.1}/api-ref/source/storage-container-services.inc +0 -0
  67. {swift-2.34.0 → swift-2.34.1}/api-ref/source/storage-object-services.inc +0 -0
  68. {swift-2.34.0 → swift-2.34.1}/api-ref/source/storage_endpoints.inc +0 -0
  69. {swift-2.34.0 → swift-2.34.1}/api-ref/source/storage_info.inc +0 -0
  70. {swift-2.34.0 → swift-2.34.1}/bindep.txt +0 -0
  71. {swift-2.34.0 → swift-2.34.1}/doc/manpages/account-server.conf.5 +0 -0
  72. {swift-2.34.0 → swift-2.34.1}/doc/manpages/container-reconciler.conf.5 +0 -0
  73. {swift-2.34.0 → swift-2.34.1}/doc/manpages/container-server.conf.5 +0 -0
  74. {swift-2.34.0 → swift-2.34.1}/doc/manpages/container-sync-realms.conf.5 +0 -0
  75. {swift-2.34.0 → swift-2.34.1}/doc/manpages/dispersion.conf.5 +0 -0
  76. {swift-2.34.0 → swift-2.34.1}/doc/manpages/object-expirer.conf.5 +0 -0
  77. {swift-2.34.0 → swift-2.34.1}/doc/manpages/object-server.conf.5 +0 -0
  78. {swift-2.34.0 → swift-2.34.1}/doc/manpages/proxy-server.conf.5 +0 -0
  79. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-account-audit.1 +0 -0
  80. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-account-auditor.1 +0 -0
  81. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-account-info.1 +0 -0
  82. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-account-reaper.1 +0 -0
  83. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-account-replicator.1 +0 -0
  84. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-account-server.1 +0 -0
  85. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-config.1 +0 -0
  86. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-container-auditor.1 +0 -0
  87. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-container-info.1 +0 -0
  88. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-container-reconciler.1 +0 -0
  89. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-container-replicator.1 +0 -0
  90. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-container-server.1 +0 -0
  91. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-container-sync.1 +0 -0
  92. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-container-updater.1 +0 -0
  93. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-dispersion-populate.1 +0 -0
  94. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-dispersion-report.1 +0 -0
  95. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-drive-audit.1 +0 -0
  96. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-form-signature.1 +0 -0
  97. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-get-nodes.1 +0 -0
  98. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-init.1 +0 -0
  99. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-object-auditor.1 +0 -0
  100. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-object-expirer.1 +0 -0
  101. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-object-info.1 +0 -0
  102. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-object-reconstructor.1 +0 -0
  103. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-object-relinker.1 +0 -0
  104. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-object-replicator.1 +0 -0
  105. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-object-server.1 +0 -0
  106. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-object-updater.1 +0 -0
  107. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-oldies.1 +0 -0
  108. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-orphans.1 +0 -0
  109. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-proxy-server.1 +0 -0
  110. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-recon-cron.1 +0 -0
  111. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-recon.1 +0 -0
  112. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-reconciler-enqueue.1 +0 -0
  113. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-ring-builder-analyzer.1 +0 -0
  114. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-ring-builder.1 +0 -0
  115. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift-ring-composer.1 +0 -0
  116. {swift-2.34.0 → swift-2.34.1}/doc/manpages/swift.conf.5 +0 -0
  117. {swift-2.34.0 → swift-2.34.1}/doc/requirements.txt +0 -0
  118. {swift-2.34.0 → swift-2.34.1}/doc/s3api/conf/ceph-known-failures-keystone.yaml +0 -0
  119. {swift-2.34.0 → swift-2.34.1}/doc/s3api/conf/ceph-known-failures-tempauth.yaml +0 -0
  120. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/access_control_policy.rnc +0 -0
  121. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/bucket_logging_status.rnc +0 -0
  122. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/common.rnc +0 -0
  123. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/complete_multipart_upload.rnc +0 -0
  124. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/complete_multipart_upload_result.rnc +0 -0
  125. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/copy_object_result.rnc +0 -0
  126. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/copy_part_result.rnc +0 -0
  127. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/create_bucket_configuration.rnc +0 -0
  128. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/delete.rnc +0 -0
  129. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/delete_result.rnc +0 -0
  130. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/error.rnc +0 -0
  131. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/initiate_multipart_upload_result.rnc +0 -0
  132. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/lifecycle_configuration.rnc +0 -0
  133. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/list_all_my_buckets_result.rnc +0 -0
  134. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/list_bucket_result.rnc +0 -0
  135. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/list_multipart_uploads_result.rnc +0 -0
  136. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/list_parts_result.rnc +0 -0
  137. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/list_versions_result.rnc +0 -0
  138. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/location_constraint.rnc +0 -0
  139. {swift-2.34.0 → swift-2.34.1}/doc/s3api/rnc/versioning_configuration.rnc +0 -0
  140. {swift-2.34.0 → swift-2.34.1}/doc/saio/bin/remakerings +0 -0
  141. {swift-2.34.0 → swift-2.34.1}/doc/saio/bin/resetswift +0 -0
  142. {swift-2.34.0 → swift-2.34.1}/doc/saio/bin/startmain +0 -0
  143. {swift-2.34.0 → swift-2.34.1}/doc/saio/bin/startrest +0 -0
  144. {swift-2.34.0 → swift-2.34.1}/doc/saio/rsyncd.conf +0 -0
  145. {swift-2.34.0 → swift-2.34.1}/doc/saio/rsyslog.d/10-swift.conf +0 -0
  146. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/account-server/1.conf +0 -0
  147. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/account-server/2.conf +0 -0
  148. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/account-server/3.conf +0 -0
  149. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/account-server/4.conf +0 -0
  150. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/container-reconciler/1.conf +0 -0
  151. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/container-reconciler/2.conf +0 -0
  152. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/container-reconciler/3.conf +0 -0
  153. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/container-reconciler/4.conf +0 -0
  154. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/container-server/1.conf +0 -0
  155. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/container-server/2.conf +0 -0
  156. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/container-server/3.conf +0 -0
  157. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/container-server/4.conf +0 -0
  158. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/container-sync-realms.conf +0 -0
  159. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/internal-client.conf +0 -0
  160. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/object-expirer.conf +0 -0
  161. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/object-server/1.conf +0 -0
  162. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/object-server/2.conf +0 -0
  163. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/object-server/3.conf +0 -0
  164. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/object-server/4.conf +0 -0
  165. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/proxy-server.conf +0 -0
  166. {swift-2.34.0 → swift-2.34.1}/doc/saio/swift/swift.conf +0 -0
  167. {swift-2.34.0 → swift-2.34.1}/doc/source/_extra/.htaccess +0 -0
  168. {swift-2.34.0 → swift-2.34.1}/doc/source/account.rst +0 -0
  169. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/figures/objectstorage-accountscontainers.png +0 -0
  170. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/figures/objectstorage-arch.png +0 -0
  171. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/figures/objectstorage-buildingblocks.png +0 -0
  172. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/figures/objectstorage-nodes.png +0 -0
  173. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/figures/objectstorage-partitions.png +0 -0
  174. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/figures/objectstorage-replication.png +0 -0
  175. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/figures/objectstorage-ring.png +0 -0
  176. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/figures/objectstorage-usecase.png +0 -0
  177. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/figures/objectstorage-zones.png +0 -0
  178. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/figures/objectstorage.png +0 -0
  179. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/index.rst +0 -0
  180. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-EC.rst +0 -0
  181. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-account-reaper.rst +0 -0
  182. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-arch.rst +0 -0
  183. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-auditors.rst +0 -0
  184. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-characteristics.rst +0 -0
  185. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-components.rst +0 -0
  186. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-features.rst +0 -0
  187. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-intro.rst +0 -0
  188. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-large-objects.rst +0 -0
  189. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-monitoring.rst +0 -0
  190. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-replication.rst +0 -0
  191. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-ringbuilder.rst +0 -0
  192. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-tenant-specific-image-storage.rst +0 -0
  193. {swift-2.34.0 → swift-2.34.1}/doc/source/admin/objectstorage-troubleshoot.rst +0 -0
  194. {swift-2.34.0 → swift-2.34.1}/doc/source/admin_guide.rst +0 -0
  195. {swift-2.34.0 → swift-2.34.1}/doc/source/apache_deployment_guide.rst +0 -0
  196. {swift-2.34.0 → swift-2.34.1}/doc/source/api/authentication.rst +0 -0
  197. {swift-2.34.0 → swift-2.34.1}/doc/source/api/bulk-delete.rst +0 -0
  198. {swift-2.34.0 → swift-2.34.1}/doc/source/api/container_quotas.rst +0 -0
  199. {swift-2.34.0 → swift-2.34.1}/doc/source/api/discoverability.rst +0 -0
  200. {swift-2.34.0 → swift-2.34.1}/doc/source/api/form_post_middleware.rst +0 -0
  201. {swift-2.34.0 → swift-2.34.1}/doc/source/api/large_objects.rst +0 -0
  202. {swift-2.34.0 → swift-2.34.1}/doc/source/api/object-expiration.rst +0 -0
  203. {swift-2.34.0 → swift-2.34.1}/doc/source/api/object_api_v1_overview.rst +0 -0
  204. {swift-2.34.0 → swift-2.34.1}/doc/source/api/object_versioning.rst +0 -0
  205. {swift-2.34.0 → swift-2.34.1}/doc/source/api/pagination.rst +0 -0
  206. {swift-2.34.0 → swift-2.34.1}/doc/source/api/pseudo-hierarchical-folders-directories.rst +0 -0
  207. {swift-2.34.0 → swift-2.34.1}/doc/source/api/serialized-response-formats.rst +0 -0
  208. {swift-2.34.0 → swift-2.34.1}/doc/source/api/static-website.rst +0 -0
  209. {swift-2.34.0 → swift-2.34.1}/doc/source/api/temporary_url_middleware.rst +0 -0
  210. {swift-2.34.0 → swift-2.34.1}/doc/source/api/use_content-encoding_metadata.rst +0 -0
  211. {swift-2.34.0 → swift-2.34.1}/doc/source/api/use_the_content-disposition_metadata.rst +0 -0
  212. {swift-2.34.0 → swift-2.34.1}/doc/source/associated_projects.rst +0 -0
  213. {swift-2.34.0 → swift-2.34.1}/doc/source/audit_watchers.rst +0 -0
  214. {swift-2.34.0 → swift-2.34.1}/doc/source/conf.py +0 -0
  215. {swift-2.34.0 → swift-2.34.1}/doc/source/config/account_server_config.rst +0 -0
  216. {swift-2.34.0 → swift-2.34.1}/doc/source/config/container_server_config.rst +0 -0
  217. {swift-2.34.0 → swift-2.34.1}/doc/source/config/global_memcache_config.rst +0 -0
  218. {swift-2.34.0 → swift-2.34.1}/doc/source/config/index.rst +0 -0
  219. {swift-2.34.0 → swift-2.34.1}/doc/source/config/object_server_config.rst +0 -0
  220. {swift-2.34.0 → swift-2.34.1}/doc/source/config/proxy_server_config.rst +0 -0
  221. {swift-2.34.0 → swift-2.34.1}/doc/source/config/swift_common_config.rst +0 -0
  222. {swift-2.34.0 → swift-2.34.1}/doc/source/container.rst +0 -0
  223. {swift-2.34.0 → swift-2.34.1}/doc/source/contributor/contributing.rst +0 -0
  224. {swift-2.34.0 → swift-2.34.1}/doc/source/contributor/review_guidelines.rst +0 -0
  225. {swift-2.34.0 → swift-2.34.1}/doc/source/cors.rst +0 -0
  226. {swift-2.34.0 → swift-2.34.1}/doc/source/crossdomain.rst +0 -0
  227. {swift-2.34.0 → swift-2.34.1}/doc/source/db.rst +0 -0
  228. {swift-2.34.0 → swift-2.34.1}/doc/source/deployment_guide.rst +0 -0
  229. {swift-2.34.0 → swift-2.34.1}/doc/source/development_auth.rst +0 -0
  230. {swift-2.34.0 → swift-2.34.1}/doc/source/development_guidelines.rst +0 -0
  231. {swift-2.34.0 → swift-2.34.1}/doc/source/development_middleware.rst +0 -0
  232. {swift-2.34.0 → swift-2.34.1}/doc/source/development_ondisk_backends.rst +0 -0
  233. {swift-2.34.0 → swift-2.34.1}/doc/source/development_saio.rst +0 -0
  234. {swift-2.34.0 → swift-2.34.1}/doc/source/development_watchers.rst +0 -0
  235. {swift-2.34.0 → swift-2.34.1}/doc/source/first_contribution_swift.rst +0 -0
  236. {swift-2.34.0 → swift-2.34.1}/doc/source/getting_started.rst +0 -0
  237. {swift-2.34.0 → swift-2.34.1}/doc/source/images/ec_overview.png +0 -0
  238. {swift-2.34.0 → swift-2.34.1}/doc/source/images/reload_process_tree_1.svg +0 -0
  239. {swift-2.34.0 → swift-2.34.1}/doc/source/images/reload_process_tree_2.svg +0 -0
  240. {swift-2.34.0 → swift-2.34.1}/doc/source/images/reload_process_tree_3.svg +0 -0
  241. {swift-2.34.0 → swift-2.34.1}/doc/source/images/reload_process_tree_4.svg +0 -0
  242. {swift-2.34.0 → swift-2.34.1}/doc/source/images/reload_process_tree_5.svg +0 -0
  243. {swift-2.34.0 → swift-2.34.1}/doc/source/images/reload_process_tree_6.svg +0 -0
  244. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharded_GET.svg +0 -0
  245. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharding_GET.svg +0 -0
  246. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharding_cleave1_load.svg +0 -0
  247. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharding_cleave2_load.svg +0 -0
  248. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharding_cleave_basic.svg +0 -0
  249. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharding_db_states.svg +0 -0
  250. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharding_scan_basic.svg +0 -0
  251. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharding_scan_load.svg +0 -0
  252. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharding_sharded_load.svg +0 -0
  253. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharding_unsharded.svg +0 -0
  254. {swift-2.34.0 → swift-2.34.1}/doc/source/images/sharding_unsharded_load.svg +0 -0
  255. {swift-2.34.0 → swift-2.34.1}/doc/source/index.rst +0 -0
  256. {swift-2.34.0 → swift-2.34.1}/doc/source/install/controller-common_prerequisites.txt +0 -0
  257. {swift-2.34.0 → swift-2.34.1}/doc/source/install/controller-include.txt +0 -0
  258. {swift-2.34.0 → swift-2.34.1}/doc/source/install/controller-install-debian.rst +0 -0
  259. {swift-2.34.0 → swift-2.34.1}/doc/source/install/controller-install-obs.rst +0 -0
  260. {swift-2.34.0 → swift-2.34.1}/doc/source/install/controller-install-rdo.rst +0 -0
  261. {swift-2.34.0 → swift-2.34.1}/doc/source/install/controller-install-ubuntu.rst +0 -0
  262. {swift-2.34.0 → swift-2.34.1}/doc/source/install/controller-install.rst +0 -0
  263. {swift-2.34.0 → swift-2.34.1}/doc/source/install/edit_hosts_file.txt +0 -0
  264. {swift-2.34.0 → swift-2.34.1}/doc/source/install/environment-networking.rst +0 -0
  265. {swift-2.34.0 → swift-2.34.1}/doc/source/install/finalize-installation-obs.rst +0 -0
  266. {swift-2.34.0 → swift-2.34.1}/doc/source/install/finalize-installation-rdo.rst +0 -0
  267. {swift-2.34.0 → swift-2.34.1}/doc/source/install/finalize-installation-ubuntu-debian.rst +0 -0
  268. {swift-2.34.0 → swift-2.34.1}/doc/source/install/finalize-installation.rst +0 -0
  269. {swift-2.34.0 → swift-2.34.1}/doc/source/install/get_started.rst +0 -0
  270. {swift-2.34.0 → swift-2.34.1}/doc/source/install/index.rst +0 -0
  271. {swift-2.34.0 → swift-2.34.1}/doc/source/install/initial-rings.rst +0 -0
  272. {swift-2.34.0 → swift-2.34.1}/doc/source/install/next-steps.rst +0 -0
  273. {swift-2.34.0 → swift-2.34.1}/doc/source/install/storage-include1.txt +0 -0
  274. {swift-2.34.0 → swift-2.34.1}/doc/source/install/storage-include2.txt +0 -0
  275. {swift-2.34.0 → swift-2.34.1}/doc/source/install/storage-include3.txt +0 -0
  276. {swift-2.34.0 → swift-2.34.1}/doc/source/install/storage-install-obs.rst +0 -0
  277. {swift-2.34.0 → swift-2.34.1}/doc/source/install/storage-install-rdo.rst +0 -0
  278. {swift-2.34.0 → swift-2.34.1}/doc/source/install/storage-install-ubuntu-debian.rst +0 -0
  279. {swift-2.34.0 → swift-2.34.1}/doc/source/install/storage-install.rst +0 -0
  280. {swift-2.34.0 → swift-2.34.1}/doc/source/install/verify.rst +0 -0
  281. {swift-2.34.0 → swift-2.34.1}/doc/source/logs.rst +0 -0
  282. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/account_auditor.rst +0 -0
  283. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/account_reaper.rst +0 -0
  284. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/account_replicator.rst +0 -0
  285. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/account_server.rst +0 -0
  286. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/all.rst +0 -0
  287. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/container_auditor.rst +0 -0
  288. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/container_replicator.rst +0 -0
  289. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/container_server.rst +0 -0
  290. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/container_sync.rst +0 -0
  291. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/container_updater.rst +0 -0
  292. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/object_auditor.rst +0 -0
  293. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/object_expirer.rst +0 -0
  294. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/object_reconstructor.rst +0 -0
  295. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/object_replicator.rst +0 -0
  296. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/object_server.rst +0 -0
  297. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/object_updater.rst +0 -0
  298. {swift-2.34.0 → swift-2.34.1}/doc/source/metrics/proxy_server.rst +0 -0
  299. {swift-2.34.0 → swift-2.34.1}/doc/source/middleware.rst +0 -0
  300. {swift-2.34.0 → swift-2.34.1}/doc/source/misc.rst +0 -0
  301. {swift-2.34.0 → swift-2.34.1}/doc/source/object.rst +0 -0
  302. {swift-2.34.0 → swift-2.34.1}/doc/source/ops_runbook/diagnose.rst +0 -0
  303. {swift-2.34.0 → swift-2.34.1}/doc/source/ops_runbook/index.rst +0 -0
  304. {swift-2.34.0 → swift-2.34.1}/doc/source/ops_runbook/maintenance.rst +0 -0
  305. {swift-2.34.0 → swift-2.34.1}/doc/source/ops_runbook/procedures.rst +0 -0
  306. {swift-2.34.0 → swift-2.34.1}/doc/source/ops_runbook/troubleshooting.rst +0 -0
  307. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_acl.rst +0 -0
  308. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_architecture.rst +0 -0
  309. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_auth.rst +0 -0
  310. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_backing_store.rst +0 -0
  311. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_container_sharding.rst +0 -0
  312. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_container_sync.rst +0 -0
  313. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_encryption.rst +0 -0
  314. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_erasure_code.rst +0 -0
  315. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_expiring_objects.rst +0 -0
  316. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_global_cluster.rst +0 -0
  317. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_large_objects.rst +0 -0
  318. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_policies.rst +0 -0
  319. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_reaper.rst +0 -0
  320. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_replication.rst +0 -0
  321. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_ring.rst +0 -0
  322. {swift-2.34.0 → swift-2.34.1}/doc/source/overview_wsgi_management.rst +0 -0
  323. {swift-2.34.0 → swift-2.34.1}/doc/source/policies_saio.rst +0 -0
  324. {swift-2.34.0 → swift-2.34.1}/doc/source/proxy.rst +0 -0
  325. {swift-2.34.0 → swift-2.34.1}/doc/source/ratelimit.rst +0 -0
  326. {swift-2.34.0 → swift-2.34.1}/doc/source/replication_network.rst +0 -0
  327. {swift-2.34.0 → swift-2.34.1}/doc/source/ring.rst +0 -0
  328. {swift-2.34.0 → swift-2.34.1}/doc/source/ring_background.rst +0 -0
  329. {swift-2.34.0 → swift-2.34.1}/doc/source/ring_partpower.rst +0 -0
  330. {swift-2.34.0 → swift-2.34.1}/doc/source/s3_compat.rst +0 -0
  331. {swift-2.34.0 → swift-2.34.1}/doc/source/test-cors.html +0 -0
  332. {swift-2.34.0 → swift-2.34.1}/docker/dockerhub_description.md +0 -0
  333. {swift-2.34.0 → swift-2.34.1}/docker/install_scripts/00_swift_needs.sh +0 -0
  334. {swift-2.34.0 → swift-2.34.1}/docker/install_scripts/10_apk_install_prereqs.sh +0 -0
  335. {swift-2.34.0 → swift-2.34.1}/docker/install_scripts/21_apk_install_py3.sh +0 -0
  336. {swift-2.34.0 → swift-2.34.1}/docker/install_scripts/50_swift_install.sh +0 -0
  337. {swift-2.34.0 → swift-2.34.1}/docker/install_scripts/60_pip_uninstall_dev.sh +0 -0
  338. {swift-2.34.0 → swift-2.34.1}/docker/install_scripts/99_apk_uninstall_dev.sh +0 -0
  339. {swift-2.34.0 → swift-2.34.1}/docker/install_scripts/python_test_dirs +0 -0
  340. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/cont-init.d/01_swift_logs +0 -0
  341. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/cont-init.d/02_build_remakerings +0 -0
  342. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/fix-attrs.d/logging +0 -0
  343. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/fix-attrs.d/srv_node +0 -0
  344. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/fix-attrs.d/swift +0 -0
  345. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/fix-attrs.d/tmp +0 -0
  346. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/profile +0 -0
  347. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/rsyncd.conf +0 -0
  348. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/rsyslog.conf +0 -0
  349. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/rsyslog.d/00-swift.conf +0 -0
  350. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/rsyslog.d/50-default.conf +0 -0
  351. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/services.d/memcached/run +0 -0
  352. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/services.d/swift-account/run +0 -0
  353. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/services.d/swift-container/run +0 -0
  354. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/services.d/swift-object/run +0 -0
  355. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/services.d/swift-proxy/run +0 -0
  356. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/socklog.rules/swift_account_server +0 -0
  357. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/socklog.rules/swift_all +0 -0
  358. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/socklog.rules/swift_container_server +0 -0
  359. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/socklog.rules/swift_object_server +0 -0
  360. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/socklog.rules/swift_proxy_server +0 -0
  361. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/swift/account-server.conf +0 -0
  362. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/swift/container-server.conf +0 -0
  363. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/swift/object-server.conf +0 -0
  364. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/swift/proxy-server.conf +0 -0
  365. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/swift/swift.conf +0 -0
  366. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/swift_build/build_devices +0 -0
  367. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/swift_build/build_remakerings +0 -0
  368. {swift-2.34.0 → swift-2.34.1}/docker/rootfs/etc/swift_build/prepare_rings +0 -0
  369. {swift-2.34.0 → swift-2.34.1}/docker/s6-gpg-pub-key +0 -0
  370. {swift-2.34.0 → swift-2.34.1}/etc/backend-ratelimit.conf-sample +0 -0
  371. {swift-2.34.0 → swift-2.34.1}/etc/container-reconciler.conf-sample +0 -0
  372. {swift-2.34.0 → swift-2.34.1}/etc/container-sync-realms.conf-sample +0 -0
  373. {swift-2.34.0 → swift-2.34.1}/etc/dispersion.conf-sample +0 -0
  374. {swift-2.34.0 → swift-2.34.1}/etc/drive-audit.conf-sample +0 -0
  375. {swift-2.34.0 → swift-2.34.1}/etc/internal-client.conf-sample +0 -0
  376. {swift-2.34.0 → swift-2.34.1}/etc/keymaster.conf-sample +0 -0
  377. {swift-2.34.0 → swift-2.34.1}/etc/memcache.conf-sample +0 -0
  378. {swift-2.34.0 → swift-2.34.1}/etc/mime.types-sample +0 -0
  379. {swift-2.34.0 → swift-2.34.1}/etc/object-expirer.conf-sample +0 -0
  380. {swift-2.34.0 → swift-2.34.1}/etc/rsyncd.conf-sample +0 -0
  381. {swift-2.34.0 → swift-2.34.1}/etc/swift-rsyslog.conf-sample +0 -0
  382. {swift-2.34.0 → swift-2.34.1}/etc/swift.conf-sample +0 -0
  383. {swift-2.34.0 → swift-2.34.1}/examples/apache2/account-server.template +0 -0
  384. {swift-2.34.0 → swift-2.34.1}/examples/apache2/container-server.template +0 -0
  385. {swift-2.34.0 → swift-2.34.1}/examples/apache2/object-server.template +0 -0
  386. {swift-2.34.0 → swift-2.34.1}/examples/apache2/proxy-server.template +0 -0
  387. {swift-2.34.0 → swift-2.34.1}/examples/wsgi/account-server.wsgi.template +0 -0
  388. {swift-2.34.0 → swift-2.34.1}/examples/wsgi/container-server.wsgi.template +0 -0
  389. {swift-2.34.0 → swift-2.34.1}/examples/wsgi/object-server.wsgi.template +0 -0
  390. {swift-2.34.0 → swift-2.34.1}/examples/wsgi/proxy-server.wsgi.template +0 -0
  391. {swift-2.34.0 → swift-2.34.1}/lower-constraints.txt +0 -0
  392. {swift-2.34.0 → swift-2.34.1}/py2-constraints.txt +0 -0
  393. {swift-2.34.0 → swift-2.34.1}/py36-constraints.txt +0 -0
  394. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_10_0_release-666a76f4975657a5.yaml +0 -0
  395. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_11_0_release-ac1d256e455d347e.yaml +0 -0
  396. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_12_0_release-06af226abc7b91ef.yaml +0 -0
  397. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_13_0_release-875e1fb1ef59f015.yaml +0 -0
  398. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_14_0_release-7c3ef515ebded888.yaml +0 -0
  399. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_15_0_release-0a05a011fb85a9c9.yaml +0 -0
  400. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_15_1_release-be25e67bfc5e886a.yaml +0 -0
  401. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_15_2_release-6996eccabba558b4.yaml +0 -0
  402. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_16_0_release-d48cb9b2629df8ab.yaml +0 -0
  403. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_17_0_release-bd35f18c41c5ef18.yaml +0 -0
  404. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_17_1_release-dd6e6879cbb94f85.yaml +0 -0
  405. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_18_0_release-3acf63cfe2475c65.yaml +0 -0
  406. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml +0 -0
  407. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_19_1_release-5072dd72557f5708.yaml +0 -0
  408. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_20_0_release-7b090a5f4bd916e4.yaml +0 -0
  409. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_21_0_release-d8ae33ef18b7be3a.yaml +0 -0
  410. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_22_0_release-f60d29508b3c1283.yaml +0 -0
  411. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_23_0_release-2a2d11c1934f0b61.yaml +0 -0
  412. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_24_0_release-1ca244cc959922fc.yaml +0 -0
  413. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_25_0_release-09410c808881bf21.yaml +0 -0
  414. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_26_0_release-6548eadcba544f72.yaml +0 -0
  415. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_27_0_release-a9ae967d6d271342.yaml +0 -0
  416. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_28_0_release-f2515e07fb61cd01.yaml +0 -0
  417. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_29_0_release-af71f7efd73109b0.yaml +0 -0
  418. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_29_1_release-a2962252523d9396.yaml +0 -0
  419. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_30_0_release-642778c3010848db.yaml +0 -0
  420. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_31_0_release-77e6b20dfba3b32c.yaml +0 -0
  421. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_31_1_release-20ccd07e32b91c1f.yaml +0 -0
  422. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/2_32_0_release-39c8fb77a0a3e72d.yaml +0 -0
  423. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/3_33_0_release-d208917f5012cedd.yaml +0 -0
  424. {swift-2.34.0 → swift-2.34.1}/releasenotes/notes/release-2.34.0-2136ae35f56f8b5a.yaml +0 -0
  425. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/2023.1.rst +0 -0
  426. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/2023.2.rst +0 -0
  427. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/2024.1.rst +0 -0
  428. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/conf.py +0 -0
  429. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/current.rst +0 -0
  430. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/index.rst +0 -0
  431. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +0 -0
  432. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po +0 -0
  433. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/newton.rst +0 -0
  434. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/ocata.rst +0 -0
  435. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/pike.rst +0 -0
  436. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/queens.rst +0 -0
  437. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/rocky.rst +0 -0
  438. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/stein.rst +0 -0
  439. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/train.rst +0 -0
  440. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/ussuri.rst +0 -0
  441. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/victoria.rst +0 -0
  442. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/wallaby.rst +0 -0
  443. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/xena.rst +0 -0
  444. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/yoga.rst +0 -0
  445. {swift-2.34.0 → swift-2.34.1}/releasenotes/source/zed.rst +0 -0
  446. {swift-2.34.0 → swift-2.34.1}/requirements.txt +0 -0
  447. {swift-2.34.0 → swift-2.34.1}/roles/additional-tempauth-users/tasks/main.yaml +0 -0
  448. {swift-2.34.0 → swift-2.34.1}/roles/dsvm-additional-middlewares/tasks/main.yaml +0 -0
  449. {swift-2.34.0 → swift-2.34.1}/setup.cfg +0 -0
  450. {swift-2.34.0 → swift-2.34.1}/setup.py +0 -0
  451. {swift-2.34.0 → swift-2.34.1}/swift/__init__.py +0 -0
  452. {swift-2.34.0 → swift-2.34.1}/swift/account/__init__.py +0 -0
  453. {swift-2.34.0 → swift-2.34.1}/swift/account/auditor.py +0 -0
  454. {swift-2.34.0 → swift-2.34.1}/swift/account/backend.py +0 -0
  455. {swift-2.34.0 → swift-2.34.1}/swift/account/reaper.py +0 -0
  456. {swift-2.34.0 → swift-2.34.1}/swift/account/replicator.py +0 -0
  457. {swift-2.34.0 → swift-2.34.1}/swift/account/server.py +0 -0
  458. {swift-2.34.0 → swift-2.34.1}/swift/account/utils.py +0 -0
  459. {swift-2.34.0 → swift-2.34.1}/swift/cli/__init__.py +0 -0
  460. {swift-2.34.0 → swift-2.34.1}/swift/cli/account_audit.py +0 -0
  461. {swift-2.34.0 → swift-2.34.1}/swift/cli/config.py +0 -0
  462. {swift-2.34.0 → swift-2.34.1}/swift/cli/container_deleter.py +0 -0
  463. {swift-2.34.0 → swift-2.34.1}/swift/cli/dispersion_populate.py +0 -0
  464. {swift-2.34.0 → swift-2.34.1}/swift/cli/dispersion_report.py +0 -0
  465. {swift-2.34.0 → swift-2.34.1}/swift/cli/drive_audit.py +0 -0
  466. {swift-2.34.0 → swift-2.34.1}/swift/cli/form_signature.py +0 -0
  467. {swift-2.34.0 → swift-2.34.1}/swift/cli/get_nodes.py +0 -0
  468. {swift-2.34.0 → swift-2.34.1}/swift/cli/info.py +0 -0
  469. {swift-2.34.0 → swift-2.34.1}/swift/cli/manage_shard_ranges.py +0 -0
  470. {swift-2.34.0 → swift-2.34.1}/swift/cli/oldies.py +0 -0
  471. {swift-2.34.0 → swift-2.34.1}/swift/cli/orphans.py +0 -0
  472. {swift-2.34.0 → swift-2.34.1}/swift/cli/recon.py +0 -0
  473. {swift-2.34.0 → swift-2.34.1}/swift/cli/recon_cron.py +0 -0
  474. {swift-2.34.0 → swift-2.34.1}/swift/cli/reconciler_enqueue.py +0 -0
  475. {swift-2.34.0 → swift-2.34.1}/swift/cli/relinker.py +0 -0
  476. {swift-2.34.0 → swift-2.34.1}/swift/cli/reload.py +0 -0
  477. {swift-2.34.0 → swift-2.34.1}/swift/cli/ring_builder_analyzer.py +0 -0
  478. {swift-2.34.0 → swift-2.34.1}/swift/cli/ringbuilder.py +0 -0
  479. {swift-2.34.0 → swift-2.34.1}/swift/cli/ringcomposer.py +0 -0
  480. {swift-2.34.0 → swift-2.34.1}/swift/cli/shard-info.py +0 -0
  481. {swift-2.34.0 → swift-2.34.1}/swift/common/__init__.py +0 -0
  482. {swift-2.34.0 → swift-2.34.1}/swift/common/base_storage_server.py +0 -0
  483. {swift-2.34.0 → swift-2.34.1}/swift/common/bufferedhttp.py +0 -0
  484. {swift-2.34.0 → swift-2.34.1}/swift/common/constraints.py +0 -0
  485. {swift-2.34.0 → swift-2.34.1}/swift/common/container_sync_realms.py +0 -0
  486. {swift-2.34.0 → swift-2.34.1}/swift/common/daemon.py +0 -0
  487. {swift-2.34.0 → swift-2.34.1}/swift/common/db.py +0 -0
  488. {swift-2.34.0 → swift-2.34.1}/swift/common/db_auditor.py +0 -0
  489. {swift-2.34.0 → swift-2.34.1}/swift/common/db_replicator.py +0 -0
  490. {swift-2.34.0 → swift-2.34.1}/swift/common/digest.py +0 -0
  491. {swift-2.34.0 → swift-2.34.1}/swift/common/direct_client.py +0 -0
  492. {swift-2.34.0 → swift-2.34.1}/swift/common/error_limiter.py +0 -0
  493. {swift-2.34.0 → swift-2.34.1}/swift/common/exceptions.py +0 -0
  494. {swift-2.34.0 → swift-2.34.1}/swift/common/header_key_dict.py +0 -0
  495. {swift-2.34.0 → swift-2.34.1}/swift/common/http.py +0 -0
  496. {swift-2.34.0 → swift-2.34.1}/swift/common/http_protocol.py +0 -0
  497. {swift-2.34.0 → swift-2.34.1}/swift/common/internal_client.py +0 -0
  498. {swift-2.34.0 → swift-2.34.1}/swift/common/linkat.py +0 -0
  499. {swift-2.34.0 → swift-2.34.1}/swift/common/manager.py +0 -0
  500. {swift-2.34.0 → swift-2.34.1}/swift/common/memcached.py +0 -0
  501. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/__init__.py +0 -0
  502. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/account_quotas.py +0 -0
  503. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/acl.py +0 -0
  504. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/backend_ratelimit.py +0 -0
  505. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/bulk.py +0 -0
  506. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/catch_errors.py +0 -0
  507. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/cname_lookup.py +0 -0
  508. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/container_quotas.py +0 -0
  509. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/container_sync.py +0 -0
  510. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/copy.py +0 -0
  511. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/crossdomain.py +0 -0
  512. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/crypto/__init__.py +0 -0
  513. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/crypto/crypto_utils.py +0 -0
  514. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/crypto/decrypter.py +0 -0
  515. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/crypto/encrypter.py +0 -0
  516. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/crypto/keymaster.py +0 -0
  517. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/crypto/kmip_keymaster.py +0 -0
  518. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/crypto/kms_keymaster.py +0 -0
  519. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/dlo.py +0 -0
  520. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/domain_remap.py +0 -0
  521. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/etag_quoter.py +0 -0
  522. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/formpost.py +0 -0
  523. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/gatekeeper.py +0 -0
  524. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/healthcheck.py +0 -0
  525. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/keystoneauth.py +0 -0
  526. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/list_endpoints.py +0 -0
  527. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/memcache.py +0 -0
  528. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/name_check.py +0 -0
  529. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/proxy_logging.py +0 -0
  530. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/ratelimit.py +0 -0
  531. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/read_only.py +0 -0
  532. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/recon.py +0 -0
  533. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/__init__.py +0 -0
  534. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/acl_handlers.py +0 -0
  535. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/acl_utils.py +0 -0
  536. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/__init__.py +0 -0
  537. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/acl.py +0 -0
  538. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/base.py +0 -0
  539. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/bucket.py +0 -0
  540. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/location.py +0 -0
  541. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/logging.py +0 -0
  542. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/multi_delete.py +0 -0
  543. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/multi_upload.py +0 -0
  544. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/obj.py +0 -0
  545. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/object_lock.py +0 -0
  546. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/s3_acl.py +0 -0
  547. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/service.py +0 -0
  548. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/tagging.py +0 -0
  549. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/controllers/versioning.py +0 -0
  550. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/etree.py +0 -0
  551. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/exception.py +0 -0
  552. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/s3api.py +0 -0
  553. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/s3request.py +0 -0
  554. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/s3response.py +0 -0
  555. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/s3token.py +0 -0
  556. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/access_control_policy.rng +0 -0
  557. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/bucket_logging_status.rng +0 -0
  558. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/common.rng +0 -0
  559. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/complete_multipart_upload.rng +0 -0
  560. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/complete_multipart_upload_result.rng +0 -0
  561. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/copy_object_result.rng +0 -0
  562. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/copy_part_result.rng +0 -0
  563. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/create_bucket_configuration.rng +0 -0
  564. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/delete.rng +0 -0
  565. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/delete_result.rng +0 -0
  566. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/error.rng +0 -0
  567. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/initiate_multipart_upload_result.rng +0 -0
  568. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/lifecycle_configuration.rng +0 -0
  569. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/list_all_my_buckets_result.rng +0 -0
  570. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/list_bucket_result.rng +0 -0
  571. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/list_multipart_uploads_result.rng +0 -0
  572. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/list_parts_result.rng +0 -0
  573. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/list_versions_result.rng +0 -0
  574. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/location_constraint.rng +0 -0
  575. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/schema/versioning_configuration.rng +0 -0
  576. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/subresource.py +0 -0
  577. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/s3api/utils.py +0 -0
  578. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/slo.py +0 -0
  579. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/staticweb.py +0 -0
  580. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/symlink.py +0 -0
  581. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/tempauth.py +0 -0
  582. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/tempurl.py +0 -0
  583. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/versioned_writes/__init__.py +0 -0
  584. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/versioned_writes/legacy.py +0 -0
  585. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/versioned_writes/object_versioning.py +0 -0
  586. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/x_profile/__init__.py +0 -0
  587. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/x_profile/exceptions.py +0 -0
  588. {swift-2.34.0 → swift-2.34.1}/swift/common/middleware/x_profile/profile_model.py +0 -0
  589. {swift-2.34.0 → swift-2.34.1}/swift/common/recon.py +0 -0
  590. {swift-2.34.0 → swift-2.34.1}/swift/common/registry.py +0 -0
  591. {swift-2.34.0 → swift-2.34.1}/swift/common/request_helpers.py +0 -0
  592. {swift-2.34.0 → swift-2.34.1}/swift/common/ring/__init__.py +0 -0
  593. {swift-2.34.0 → swift-2.34.1}/swift/common/ring/builder.py +0 -0
  594. {swift-2.34.0 → swift-2.34.1}/swift/common/ring/composite_builder.py +0 -0
  595. {swift-2.34.0 → swift-2.34.1}/swift/common/ring/ring.py +0 -0
  596. {swift-2.34.0 → swift-2.34.1}/swift/common/ring/utils.py +0 -0
  597. {swift-2.34.0 → swift-2.34.1}/swift/common/splice.py +0 -0
  598. {swift-2.34.0 → swift-2.34.1}/swift/common/statsd_client.py +0 -0
  599. {swift-2.34.0 → swift-2.34.1}/swift/common/storage_policy.py +0 -0
  600. {swift-2.34.0 → swift-2.34.1}/swift/common/swob.py +0 -0
  601. {swift-2.34.0 → swift-2.34.1}/swift/common/utils/__init__.py +0 -0
  602. {swift-2.34.0 → swift-2.34.1}/swift/common/utils/base.py +0 -0
  603. {swift-2.34.0 → swift-2.34.1}/swift/common/utils/config.py +0 -0
  604. {swift-2.34.0 → swift-2.34.1}/swift/common/utils/ipaddrs.py +0 -0
  605. {swift-2.34.0 → swift-2.34.1}/swift/common/utils/libc.py +0 -0
  606. {swift-2.34.0 → swift-2.34.1}/swift/common/utils/logs.py +0 -0
  607. {swift-2.34.0 → swift-2.34.1}/swift/common/utils/timestamp.py +0 -0
  608. {swift-2.34.0 → swift-2.34.1}/swift/common/wsgi.py +0 -0
  609. {swift-2.34.0 → swift-2.34.1}/swift/container/__init__.py +0 -0
  610. {swift-2.34.0 → swift-2.34.1}/swift/container/auditor.py +0 -0
  611. {swift-2.34.0 → swift-2.34.1}/swift/container/backend.py +0 -0
  612. {swift-2.34.0 → swift-2.34.1}/swift/container/reconciler.py +0 -0
  613. {swift-2.34.0 → swift-2.34.1}/swift/container/replicator.py +0 -0
  614. {swift-2.34.0 → swift-2.34.1}/swift/container/server.py +0 -0
  615. {swift-2.34.0 → swift-2.34.1}/swift/container/sharder.py +0 -0
  616. {swift-2.34.0 → swift-2.34.1}/swift/container/sync.py +0 -0
  617. {swift-2.34.0 → swift-2.34.1}/swift/container/sync_store.py +0 -0
  618. {swift-2.34.0 → swift-2.34.1}/swift/container/updater.py +0 -0
  619. {swift-2.34.0 → swift-2.34.1}/swift/locale/de/LC_MESSAGES/swift.po +0 -0
  620. {swift-2.34.0 → swift-2.34.1}/swift/locale/en_GB/LC_MESSAGES/swift.po +0 -0
  621. {swift-2.34.0 → swift-2.34.1}/swift/locale/es/LC_MESSAGES/swift.po +0 -0
  622. {swift-2.34.0 → swift-2.34.1}/swift/locale/fr/LC_MESSAGES/swift.po +0 -0
  623. {swift-2.34.0 → swift-2.34.1}/swift/locale/it/LC_MESSAGES/swift.po +0 -0
  624. {swift-2.34.0 → swift-2.34.1}/swift/locale/ja/LC_MESSAGES/swift.po +0 -0
  625. {swift-2.34.0 → swift-2.34.1}/swift/locale/ko_KR/LC_MESSAGES/swift.po +0 -0
  626. {swift-2.34.0 → swift-2.34.1}/swift/locale/pt_BR/LC_MESSAGES/swift.po +0 -0
  627. {swift-2.34.0 → swift-2.34.1}/swift/locale/ru/LC_MESSAGES/swift.po +0 -0
  628. {swift-2.34.0 → swift-2.34.1}/swift/locale/tr_TR/LC_MESSAGES/swift.po +0 -0
  629. {swift-2.34.0 → swift-2.34.1}/swift/locale/zh_CN/LC_MESSAGES/swift.po +0 -0
  630. {swift-2.34.0 → swift-2.34.1}/swift/locale/zh_TW/LC_MESSAGES/swift.po +0 -0
  631. {swift-2.34.0 → swift-2.34.1}/swift/obj/__init__.py +0 -0
  632. {swift-2.34.0 → swift-2.34.1}/swift/obj/auditor.py +0 -0
  633. {swift-2.34.0 → swift-2.34.1}/swift/obj/diskfile.py +0 -0
  634. {swift-2.34.0 → swift-2.34.1}/swift/obj/expirer.py +0 -0
  635. {swift-2.34.0 → swift-2.34.1}/swift/obj/mem_diskfile.py +0 -0
  636. {swift-2.34.0 → swift-2.34.1}/swift/obj/mem_server.py +0 -0
  637. {swift-2.34.0 → swift-2.34.1}/swift/obj/reconstructor.py +0 -0
  638. {swift-2.34.0 → swift-2.34.1}/swift/obj/replicator.py +0 -0
  639. {swift-2.34.0 → swift-2.34.1}/swift/obj/server.py +0 -0
  640. {swift-2.34.0 → swift-2.34.1}/swift/obj/ssync_receiver.py +0 -0
  641. {swift-2.34.0 → swift-2.34.1}/swift/obj/ssync_sender.py +0 -0
  642. {swift-2.34.0 → swift-2.34.1}/swift/obj/updater.py +0 -0
  643. {swift-2.34.0 → swift-2.34.1}/swift/obj/watchers/__init__.py +0 -0
  644. {swift-2.34.0 → swift-2.34.1}/swift/obj/watchers/dark_data.py +0 -0
  645. {swift-2.34.0 → swift-2.34.1}/swift/proxy/__init__.py +0 -0
  646. {swift-2.34.0 → swift-2.34.1}/swift/proxy/controllers/__init__.py +0 -0
  647. {swift-2.34.0 → swift-2.34.1}/swift/proxy/controllers/account.py +0 -0
  648. {swift-2.34.0 → swift-2.34.1}/swift/proxy/controllers/base.py +0 -0
  649. {swift-2.34.0 → swift-2.34.1}/swift/proxy/controllers/container.py +0 -0
  650. {swift-2.34.0 → swift-2.34.1}/swift/proxy/controllers/info.py +0 -0
  651. {swift-2.34.0 → swift-2.34.1}/swift/proxy/controllers/obj.py +0 -0
  652. {swift-2.34.0 → swift-2.34.1}/swift/proxy/server.py +0 -0
  653. {swift-2.34.0 → swift-2.34.1}/swift.egg-info/dependency_links.txt +0 -0
  654. {swift-2.34.0 → swift-2.34.1}/swift.egg-info/not-zip-safe +0 -0
  655. {swift-2.34.0 → swift-2.34.1}/swift.egg-info/top_level.txt +0 -0
  656. {swift-2.34.0 → swift-2.34.1}/test/__init__.py +0 -0
  657. {swift-2.34.0 → swift-2.34.1}/test/cors/README.rst +0 -0
  658. {swift-2.34.0 → swift-2.34.1}/test/cors/harness.js +0 -0
  659. {swift-2.34.0 → swift-2.34.1}/test/cors/index.html +0 -0
  660. {swift-2.34.0 → swift-2.34.1}/test/cors/main.py +0 -0
  661. {swift-2.34.0 → swift-2.34.1}/test/cors/test-account.js +0 -0
  662. {swift-2.34.0 → swift-2.34.1}/test/cors/test-container.js +0 -0
  663. {swift-2.34.0 → swift-2.34.1}/test/cors/test-info.js +0 -0
  664. {swift-2.34.0 → swift-2.34.1}/test/cors/test-large-objects.js +0 -0
  665. {swift-2.34.0 → swift-2.34.1}/test/cors/test-object.js +0 -0
  666. {swift-2.34.0 → swift-2.34.1}/test/cors/test-s3-obj.js +0 -0
  667. {swift-2.34.0 → swift-2.34.1}/test/cors/test-symlink.js +0 -0
  668. {swift-2.34.0 → swift-2.34.1}/test/cors/vendor/aws-sdk-2.829.0.min.js +0 -0
  669. {swift-2.34.0 → swift-2.34.1}/test/debug_logger.py +0 -0
  670. {swift-2.34.0 → swift-2.34.1}/test/functional/__init__.py +0 -0
  671. {swift-2.34.0 → swift-2.34.1}/test/functional/mock_swift_key_manager.py +0 -0
  672. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/__init__.py +0 -0
  673. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/s3_test_client.py +0 -0
  674. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/test_acl.py +0 -0
  675. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/test_bucket.py +0 -0
  676. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/test_multi_delete.py +0 -0
  677. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/test_multi_upload.py +0 -0
  678. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/test_object.py +0 -0
  679. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/test_presigned.py +0 -0
  680. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/test_service.py +0 -0
  681. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/test_versioning.py +0 -0
  682. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/test_xxe_injection.py +0 -0
  683. {swift-2.34.0 → swift-2.34.1}/test/functional/s3api/utils.py +0 -0
  684. {swift-2.34.0 → swift-2.34.1}/test/functional/swift_test_client.py +0 -0
  685. {swift-2.34.0 → swift-2.34.1}/test/functional/test_access_control.py +0 -0
  686. {swift-2.34.0 → swift-2.34.1}/test/functional/test_dlo.py +0 -0
  687. {swift-2.34.0 → swift-2.34.1}/test/functional/test_domain_remap.py +0 -0
  688. {swift-2.34.0 → swift-2.34.1}/test/functional/test_object.py +0 -0
  689. {swift-2.34.0 → swift-2.34.1}/test/functional/test_object_versioning.py +0 -0
  690. {swift-2.34.0 → swift-2.34.1}/test/functional/test_protocol.py +0 -0
  691. {swift-2.34.0 → swift-2.34.1}/test/functional/test_slo.py +0 -0
  692. {swift-2.34.0 → swift-2.34.1}/test/functional/test_staticweb.py +0 -0
  693. {swift-2.34.0 → swift-2.34.1}/test/functional/test_symlink.py +0 -0
  694. {swift-2.34.0 → swift-2.34.1}/test/functional/test_tempurl.py +0 -0
  695. {swift-2.34.0 → swift-2.34.1}/test/functional/test_versioned_writes.py +0 -0
  696. {swift-2.34.0 → swift-2.34.1}/test/functional/tests.py +0 -0
  697. {swift-2.34.0 → swift-2.34.1}/test/probe/__init__.py +0 -0
  698. {swift-2.34.0 → swift-2.34.1}/test/probe/brain.py +0 -0
  699. {swift-2.34.0 → swift-2.34.1}/test/probe/common.py +0 -0
  700. {swift-2.34.0 → swift-2.34.1}/test/probe/test_account_failures.py +0 -0
  701. {swift-2.34.0 → swift-2.34.1}/test/probe/test_account_get_fake_responses_match.py +0 -0
  702. {swift-2.34.0 → swift-2.34.1}/test/probe/test_account_reaper.py +0 -0
  703. {swift-2.34.0 → swift-2.34.1}/test/probe/test_container_failures.py +0 -0
  704. {swift-2.34.0 → swift-2.34.1}/test/probe/test_container_merge_policy_index.py +0 -0
  705. {swift-2.34.0 → swift-2.34.1}/test/probe/test_container_sync.py +0 -0
  706. {swift-2.34.0 → swift-2.34.1}/test/probe/test_dark_data.py +0 -0
  707. {swift-2.34.0 → swift-2.34.1}/test/probe/test_db_replicator.py +0 -0
  708. {swift-2.34.0 → swift-2.34.1}/test/probe/test_empty_device_handoff.py +0 -0
  709. {swift-2.34.0 → swift-2.34.1}/test/probe/test_mixed_policy_mpu.py +0 -0
  710. {swift-2.34.0 → swift-2.34.1}/test/probe/test_object_async_update.py +0 -0
  711. {swift-2.34.0 → swift-2.34.1}/test/probe/test_object_conditional_requests.py +0 -0
  712. {swift-2.34.0 → swift-2.34.1}/test/probe/test_object_expirer.py +0 -0
  713. {swift-2.34.0 → swift-2.34.1}/test/probe/test_object_failures.py +0 -0
  714. {swift-2.34.0 → swift-2.34.1}/test/probe/test_object_handoff.py +0 -0
  715. {swift-2.34.0 → swift-2.34.1}/test/probe/test_object_metadata_replication.py +0 -0
  716. {swift-2.34.0 → swift-2.34.1}/test/probe/test_object_partpower_increase.py +0 -0
  717. {swift-2.34.0 → swift-2.34.1}/test/probe/test_object_versioning.py +0 -0
  718. {swift-2.34.0 → swift-2.34.1}/test/probe/test_orphan_container.py +0 -0
  719. {swift-2.34.0 → swift-2.34.1}/test/probe/test_reconstructor_rebuild.py +0 -0
  720. {swift-2.34.0 → swift-2.34.1}/test/probe/test_reconstructor_revert.py +0 -0
  721. {swift-2.34.0 → swift-2.34.1}/test/probe/test_replication_servers_working.py +0 -0
  722. {swift-2.34.0 → swift-2.34.1}/test/probe/test_reserved_name.py +0 -0
  723. {swift-2.34.0 → swift-2.34.1}/test/probe/test_sharder.py +0 -0
  724. {swift-2.34.0 → swift-2.34.1}/test/probe/test_signals.py +0 -0
  725. {swift-2.34.0 → swift-2.34.1}/test/s3api/__init__.py +0 -0
  726. {swift-2.34.0 → swift-2.34.1}/test/s3api/test_input_errors.py +0 -0
  727. {swift-2.34.0 → swift-2.34.1}/test/s3api/test_mpu.py +0 -0
  728. {swift-2.34.0 → swift-2.34.1}/test/s3api/test_object_lock.py +0 -0
  729. {swift-2.34.0 → swift-2.34.1}/test/s3api/test_request_target_style.py +0 -0
  730. {swift-2.34.0 → swift-2.34.1}/test/s3api/test_service.py +0 -0
  731. {swift-2.34.0 → swift-2.34.1}/test/s3api/test_versioning.py +0 -0
  732. {swift-2.34.0 → swift-2.34.1}/test/sample.conf +0 -0
  733. {swift-2.34.0 → swift-2.34.1}/test/unit/__init__.py +0 -0
  734. {swift-2.34.0 → swift-2.34.1}/test/unit/account/__init__.py +0 -0
  735. {swift-2.34.0 → swift-2.34.1}/test/unit/account/test_auditor.py +0 -0
  736. {swift-2.34.0 → swift-2.34.1}/test/unit/account/test_backend.py +0 -0
  737. {swift-2.34.0 → swift-2.34.1}/test/unit/account/test_reaper.py +0 -0
  738. {swift-2.34.0 → swift-2.34.1}/test/unit/account/test_replicator.py +0 -0
  739. {swift-2.34.0 → swift-2.34.1}/test/unit/account/test_server.py +0 -0
  740. {swift-2.34.0 → swift-2.34.1}/test/unit/account/test_utils.py +0 -0
  741. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/__init__.py +0 -0
  742. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_container_deleter.py +0 -0
  743. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_default_output.stub +0 -0
  744. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_default_output_id_assigned.stub +0 -0
  745. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_default_sorted_output.stub +0 -0
  746. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_dispersion_report.py +0 -0
  747. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_form_signature.py +0 -0
  748. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_info.py +0 -0
  749. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_ipv6_output.stub +0 -0
  750. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_manage_shard_ranges.py +0 -0
  751. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_recon.py +0 -0
  752. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_recon_cron.py +0 -0
  753. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_relinker.py +0 -0
  754. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_reload.py +0 -0
  755. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_ring_builder_analyzer.py +0 -0
  756. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_ringbuilder.py +0 -0
  757. {swift-2.34.0 → swift-2.34.1}/test/unit/cli/test_ringcomposer.py +0 -0
  758. {swift-2.34.0 → swift-2.34.1}/test/unit/common/__init__.py +0 -0
  759. {swift-2.34.0 → swift-2.34.1}/test/unit/common/corrupted_example.db +0 -0
  760. {swift-2.34.0 → swift-2.34.1}/test/unit/common/malformed_example.db +0 -0
  761. {swift-2.34.0 → swift-2.34.1}/test/unit/common/malformed_schema_example.db +0 -0
  762. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/__init__.py +0 -0
  763. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/crypto/__init__.py +0 -0
  764. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/crypto/crypto_helpers.py +0 -0
  765. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/crypto/test_crypto.py +0 -0
  766. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/crypto/test_crypto_utils.py +0 -0
  767. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/crypto/test_decrypter.py +0 -0
  768. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/crypto/test_encrypter.py +0 -0
  769. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/crypto/test_encryption.py +0 -0
  770. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/crypto/test_keymaster.py +0 -0
  771. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/crypto/test_kmip_keymaster.py +0 -0
  772. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/crypto/test_kms_keymaster.py +0 -0
  773. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/helpers.py +0 -0
  774. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/__init__.py +0 -0
  775. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/exceptions.py +0 -0
  776. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/helpers.py +0 -0
  777. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_acl.py +0 -0
  778. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_acl_handlers.py +0 -0
  779. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_acl_utils.py +0 -0
  780. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_bucket.py +0 -0
  781. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_cfg.py +0 -0
  782. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_etree.py +0 -0
  783. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_location.py +0 -0
  784. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_logging.py +0 -0
  785. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_multi_delete.py +0 -0
  786. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_multi_get.py +0 -0
  787. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_multi_upload.py +0 -0
  788. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_obj.py +0 -0
  789. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_object_lock.py +0 -0
  790. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_s3_acl.py +0 -0
  791. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_s3api.py +0 -0
  792. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_s3request.py +0 -0
  793. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_s3response.py +0 -0
  794. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_s3token.py +0 -0
  795. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_service.py +0 -0
  796. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_subresource.py +0 -0
  797. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_utils.py +0 -0
  798. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/s3api/test_versioning.py +0 -0
  799. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_account_quotas.py +0 -0
  800. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_acl.py +0 -0
  801. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_backend_ratelimit.py +0 -0
  802. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_bulk.py +0 -0
  803. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_catch_errors.py +0 -0
  804. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_cname_lookup.py +0 -0
  805. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_container_sync.py +0 -0
  806. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_copy.py +0 -0
  807. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_crossdomain.py +0 -0
  808. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_dlo.py +0 -0
  809. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_domain_remap.py +0 -0
  810. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_etag_quoter.py +0 -0
  811. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_formpost.py +0 -0
  812. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_gatekeeper.py +0 -0
  813. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_healthcheck.py +0 -0
  814. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_helpers.py +0 -0
  815. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_keystoneauth.py +0 -0
  816. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_list_endpoints.py +0 -0
  817. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_memcache.py +0 -0
  818. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_name_check.py +0 -0
  819. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_object_versioning.py +0 -0
  820. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_proxy_logging.py +0 -0
  821. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_quotas.py +0 -0
  822. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_ratelimit.py +0 -0
  823. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_read_only.py +0 -0
  824. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_recon.py +0 -0
  825. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_slo.py +0 -0
  826. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_staticweb.py +0 -0
  827. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_subrequest_logging.py +0 -0
  828. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_symlink.py +0 -0
  829. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_tempauth.py +0 -0
  830. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_tempurl.py +0 -0
  831. {swift-2.34.0 → swift-2.34.1}/test/unit/common/middleware/test_versioned_writes.py +0 -0
  832. {swift-2.34.0 → swift-2.34.1}/test/unit/common/missing_container_info.db +0 -0
  833. {swift-2.34.0 → swift-2.34.1}/test/unit/common/ring/__init__.py +0 -0
  834. {swift-2.34.0 → swift-2.34.1}/test/unit/common/ring/test_builder.py +0 -0
  835. {swift-2.34.0 → swift-2.34.1}/test/unit/common/ring/test_composite_builder.py +0 -0
  836. {swift-2.34.0 → swift-2.34.1}/test/unit/common/ring/test_ring.py +0 -0
  837. {swift-2.34.0 → swift-2.34.1}/test/unit/common/ring/test_utils.py +0 -0
  838. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_base_storage_server.py +0 -0
  839. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_bufferedhttp.py +0 -0
  840. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_constraints.py +0 -0
  841. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_container_sync_realms.py +0 -0
  842. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_daemon.py +0 -0
  843. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_db.py +0 -0
  844. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_db_auditor.py +0 -0
  845. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_db_replicator.py +0 -0
  846. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_digest.py +0 -0
  847. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_direct_client.py +0 -0
  848. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_error_limiter.py +0 -0
  849. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_exceptions.py +0 -0
  850. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_header_key_dict.py +0 -0
  851. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_http_protocol.py +0 -0
  852. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_internal_client.py +0 -0
  853. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_linkat.py +0 -0
  854. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_manager.py +0 -0
  855. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_memcached.py +0 -0
  856. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_recon.py +0 -0
  857. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_registry.py +0 -0
  858. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_request_helpers.py +0 -0
  859. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_splice.py +0 -0
  860. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_statsd_client.py +0 -0
  861. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_storage_policy.py +0 -0
  862. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_swob.py +0 -0
  863. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_utils.py +0 -0
  864. {swift-2.34.0 → swift-2.34.1}/test/unit/common/test_wsgi.py +0 -0
  865. {swift-2.34.0 → swift-2.34.1}/test/unit/common/utils/__init__.py +0 -0
  866. {swift-2.34.0 → swift-2.34.1}/test/unit/common/utils/test_config.py +0 -0
  867. {swift-2.34.0 → swift-2.34.1}/test/unit/common/utils/test_ipaddrs.py +0 -0
  868. {swift-2.34.0 → swift-2.34.1}/test/unit/common/utils/test_libc.py +0 -0
  869. {swift-2.34.0 → swift-2.34.1}/test/unit/common/utils/test_logs.py +0 -0
  870. {swift-2.34.0 → swift-2.34.1}/test/unit/common/utils/test_timestamp.py +0 -0
  871. {swift-2.34.0 → swift-2.34.1}/test/unit/container/__init__.py +0 -0
  872. {swift-2.34.0 → swift-2.34.1}/test/unit/container/test_auditor.py +0 -0
  873. {swift-2.34.0 → swift-2.34.1}/test/unit/container/test_backend.py +0 -0
  874. {swift-2.34.0 → swift-2.34.1}/test/unit/container/test_reconciler.py +0 -0
  875. {swift-2.34.0 → swift-2.34.1}/test/unit/container/test_replicator.py +0 -0
  876. {swift-2.34.0 → swift-2.34.1}/test/unit/container/test_server.py +0 -0
  877. {swift-2.34.0 → swift-2.34.1}/test/unit/container/test_sharder.py +0 -0
  878. {swift-2.34.0 → swift-2.34.1}/test/unit/container/test_sync.py +0 -0
  879. {swift-2.34.0 → swift-2.34.1}/test/unit/container/test_sync_store.py +0 -0
  880. {swift-2.34.0 → swift-2.34.1}/test/unit/container/test_updater.py +0 -0
  881. {swift-2.34.0 → swift-2.34.1}/test/unit/helpers.py +0 -0
  882. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/__init__.py +0 -0
  883. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/common.py +0 -0
  884. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/test_auditor.py +0 -0
  885. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/test_diskfile.py +0 -0
  886. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/test_expirer.py +0 -0
  887. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/test_reconstructor.py +0 -0
  888. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/test_replicator.py +0 -0
  889. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/test_server.py +0 -0
  890. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/test_ssync.py +0 -0
  891. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/test_ssync_receiver.py +0 -0
  892. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/test_ssync_sender.py +0 -0
  893. {swift-2.34.0 → swift-2.34.1}/test/unit/obj/test_updater.py +0 -0
  894. {swift-2.34.0 → swift-2.34.1}/test/unit/proxy/__init__.py +0 -0
  895. {swift-2.34.0 → swift-2.34.1}/test/unit/proxy/controllers/__init__.py +0 -0
  896. {swift-2.34.0 → swift-2.34.1}/test/unit/proxy/controllers/test_account.py +0 -0
  897. {swift-2.34.0 → swift-2.34.1}/test/unit/proxy/controllers/test_base.py +0 -0
  898. {swift-2.34.0 → swift-2.34.1}/test/unit/proxy/controllers/test_container.py +0 -0
  899. {swift-2.34.0 → swift-2.34.1}/test/unit/proxy/controllers/test_info.py +0 -0
  900. {swift-2.34.0 → swift-2.34.1}/test/unit/proxy/controllers/test_obj.py +0 -0
  901. {swift-2.34.0 → swift-2.34.1}/test/unit/proxy/test_mem_server.py +0 -0
  902. {swift-2.34.0 → swift-2.34.1}/test/unit/proxy/test_server.py +0 -0
  903. {swift-2.34.0 → swift-2.34.1}/test/unit/proxy/test_sysmeta.py +0 -0
  904. {swift-2.34.0 → swift-2.34.1}/test/unit/test_locale/README +0 -0
  905. {swift-2.34.0 → swift-2.34.1}/test/unit/test_locale/__init__.py +0 -0
  906. {swift-2.34.0 → swift-2.34.1}/test/unit/test_locale/eo/LC_MESSAGES/swift.mo +0 -0
  907. {swift-2.34.0 → swift-2.34.1}/test/unit/test_locale/eo.po +0 -0
  908. {swift-2.34.0 → swift-2.34.1}/test/unit/test_locale/messages.mo +0 -0
  909. {swift-2.34.0 → swift-2.34.1}/test/unit/test_locale/test_locale.py +0 -0
  910. {swift-2.34.0 → swift-2.34.1}/test-requirements.txt +0 -0
  911. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/ceph-s3tests/ceph-s3.conf +0 -0
  912. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/ceph-s3tests/post.yaml +0 -0
  913. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/ceph-s3tests/run.yaml +0 -0
  914. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/common/cover-post.yaml +0 -0
  915. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/common/install_dependencies.yaml +0 -0
  916. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/common/restart_swift.yaml +0 -0
  917. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/cors/install_selenium.yaml +0 -0
  918. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/cors/post.yaml +0 -0
  919. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/cors/run.yaml +0 -0
  920. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/dsvm/post.yaml +0 -0
  921. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/dsvm/pre.yaml +0 -0
  922. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/dsvm/run.yaml +0 -0
  923. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/multinode_setup/common_config.yaml +0 -0
  924. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/multinode_setup/configure_loopback.yaml +0 -0
  925. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/multinode_setup/make_rings.yaml +0 -0
  926. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/multinode_setup/pre.yaml +0 -0
  927. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/multinode_setup/run.yaml +0 -0
  928. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/multinode_setup/templates/make_multinode_rings.j2 +0 -0
  929. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/multinode_setup/templates/rc.local.j2 +0 -0
  930. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/multinode_setup/templates/test.conf.j2 +0 -0
  931. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/probetests/post.yaml +0 -0
  932. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/probetests/run.yaml +0 -0
  933. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/s3api-tests/run.yaml +0 -0
  934. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/saio_single_node_setup/add_s3api.yaml +0 -0
  935. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/saio_single_node_setup/make_rings.yaml +0 -0
  936. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/saio_single_node_setup/setup_saio.yaml +0 -0
  937. {swift-2.34.0 → swift-2.34.1}/tools/playbooks/saio_single_node_setup/templates/rc.local.j2 +0 -0
  938. {swift-2.34.0 → swift-2.34.1}/tools/test-setup.sh +0 -0
@@ -487,13 +487,13 @@
487
487
  name: swift-multinode-rolling-upgrade-antelope
488
488
  parent: swift-multinode-rolling-upgrade
489
489
  vars:
490
- previous_swift_version: origin/stable/2023.1
490
+ previous_swift_version: 2023.1-eom
491
491
 
492
492
  - job:
493
493
  name: swift-multinode-rolling-upgrade-bobcat
494
494
  parent: swift-multinode-rolling-upgrade
495
495
  vars:
496
- previous_swift_version: origin/stable/2023.2
496
+ previous_swift_version: 2023.2-eol
497
497
 
498
498
  - job:
499
499
  name: swift-multinode-rolling-upgrade-caracal
@@ -1,3 +1,13 @@
1
+ swift (2.34.1, dalmatian stable backports)
2
+
3
+ * Removed the use of `eval` in the xprofile middleware. Note that this
4
+ middleware is only intended for development purposes and is not
5
+ intended for use in production systems.
6
+
7
+ * Fixed `Content-Type` and `Content-Length` headers in account and
8
+ container `HEAD` responses (with eventlet>=0.38.0).
9
+
10
+
1
11
  swift (2.34.0, OpenStack Dalmatian)
2
12
 
3
13
  * Middleware features:
swift-2.34.1/PKG-INFO ADDED
@@ -0,0 +1,224 @@
1
+ Metadata-Version: 2.1
2
+ Name: swift
3
+ Version: 2.34.1
4
+ Summary: OpenStack Object Storage
5
+ Home-page: https://docs.openstack.org/swift/latest/
6
+ Author: OpenStack
7
+ Author-email: openstack-discuss@lists.openstack.org
8
+ Project-URL: Documentation, https://docs.openstack.org/swift/latest/
9
+ Project-URL: Bug Tracker, https://bugs.launchpad.net/swift
10
+ Project-URL: Source Code, https://opendev.org/openstack/swift/
11
+ Project-URL: Release Notes, https://opendev.org/openstack/swift/src/branch/master/CHANGELOG
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Environment :: OpenStack
14
+ Classifier: Intended Audience :: Information Technology
15
+ Classifier: Intended Audience :: System Administrators
16
+ Classifier: License :: OSI Approved :: Apache Software License
17
+ Classifier: Operating System :: POSIX :: Linux
18
+ Classifier: Programming Language :: Python
19
+ Classifier: Programming Language :: Python :: 2
20
+ Classifier: Programming Language :: Python :: 2.7
21
+ Classifier: Programming Language :: Python :: 3
22
+ Classifier: Programming Language :: Python :: 3.6
23
+ Classifier: Programming Language :: Python :: 3.7
24
+ Classifier: Programming Language :: Python :: 3.8
25
+ Classifier: Programming Language :: Python :: 3.9
26
+ Classifier: Programming Language :: Python :: 3.10
27
+ Classifier: Programming Language :: Python :: 3.11
28
+ Classifier: Programming Language :: Python :: 3.12
29
+ Description-Content-Type: text/x-rst
30
+ License-File: LICENSE
31
+ License-File: AUTHORS
32
+ Requires-Dist: eventlet!=0.34.3,>=0.25.0
33
+ Requires-Dist: greenlet>=0.3.2
34
+ Requires-Dist: PasteDeploy>=2.0.0
35
+ Requires-Dist: lxml>=4.2.3
36
+ Requires-Dist: requests>=2.14.2
37
+ Requires-Dist: six>=1.10.0
38
+ Requires-Dist: xattr>=0.4
39
+ Requires-Dist: PyECLib>=1.3.1
40
+ Requires-Dist: cryptography>=2.0.2
41
+ Provides-Extra: kms-keymaster
42
+ Requires-Dist: oslo.config!=4.3.0,!=4.4.0,>=4.0.0; extra == "kms-keymaster"
43
+ Requires-Dist: castellan>=0.13.0; extra == "kms-keymaster"
44
+ Provides-Extra: kmip-keymaster
45
+ Requires-Dist: pykmip>=0.7.0; extra == "kmip-keymaster"
46
+ Provides-Extra: keystone
47
+ Requires-Dist: keystonemiddleware>=4.17.0; extra == "keystone"
48
+ Provides-Extra: test
49
+ Requires-Dist: hacking<6.2.0,>=2.0; extra == "test"
50
+ Requires-Dist: coverage>=5.0.4; extra == "test"
51
+ Requires-Dist: pytest>=4.6.11; extra == "test"
52
+ Requires-Dist: pytest-cov>=2.12.1; extra == "test"
53
+ Requires-Dist: stestr>=2.0.0; extra == "test"
54
+ Requires-Dist: mock>=3.0; extra == "test"
55
+ Requires-Dist: python-swiftclient>=3.2.0; extra == "test"
56
+ Requires-Dist: python-keystoneclient!=2.1.0,>=2.0.0; extra == "test"
57
+ Requires-Dist: boto>=2.32.1; extra == "test"
58
+ Requires-Dist: boto3>=1.9; extra == "test"
59
+ Requires-Dist: botocore>=1.12; extra == "test"
60
+ Requires-Dist: requests-mock>=1.2.0; extra == "test"
61
+ Requires-Dist: keystonemiddleware>=4.17.0; extra == "test"
62
+ Requires-Dist: bandit>=1.1.0; extra == "test"
63
+ Requires-Dist: docutils>=0.11; extra == "test"
64
+
65
+ ===============
66
+ OpenStack Swift
67
+ ===============
68
+
69
+ .. image:: https://governance.openstack.org/tc/badges/swift.svg
70
+ :target: https://governance.openstack.org/tc/reference/tags/index.html
71
+
72
+ .. Change things from this point on
73
+
74
+ OpenStack Swift is a distributed object storage system designed to scale
75
+ from a single machine to thousands of servers. Swift is optimized for
76
+ multi-tenancy and high concurrency. Swift is ideal for backups, web and mobile
77
+ content, and any other unstructured data that can grow without bound.
78
+
79
+ Swift provides a simple, REST-based API fully documented at
80
+ https://docs.openstack.org/swift/latest/.
81
+
82
+ Swift was originally developed as the basis for Rackspace's Cloud Files
83
+ and was open-sourced in 2010 as part of the OpenStack project. It has
84
+ since grown to include contributions from many companies and has spawned
85
+ a thriving ecosystem of 3rd party tools. Swift's contributors are listed
86
+ in the AUTHORS file.
87
+
88
+ Docs
89
+ ----
90
+
91
+ To build documentation run::
92
+
93
+ pip install -r requirements.txt -r doc/requirements.txt
94
+ sphinx-build -W -b html doc/source doc/build/html
95
+
96
+ and then browse to doc/build/html/index.html. These docs are auto-generated
97
+ after every commit and available online at
98
+ https://docs.openstack.org/swift/latest/.
99
+
100
+ For Developers
101
+ --------------
102
+
103
+ Getting Started
104
+ ~~~~~~~~~~~~~~~
105
+
106
+ Swift is part of OpenStack and follows the code contribution, review, and
107
+ testing processes common to all OpenStack projects.
108
+
109
+ If you would like to start contributing, check out these
110
+ `notes <CONTRIBUTING.rst>`__ to help you get started.
111
+
112
+ The best place to get started is the
113
+ `"SAIO - Swift All In One" <https://docs.openstack.org/swift/latest/development_saio.html>`__.
114
+ This document will walk you through setting up a development cluster of
115
+ Swift in a VM. The SAIO environment is ideal for running small-scale
116
+ tests against Swift and trying out new features and bug fixes.
117
+
118
+ Tests
119
+ ~~~~~
120
+
121
+ There are three types of tests included in Swift's source tree.
122
+
123
+ #. Unit tests
124
+ #. Functional tests
125
+ #. Probe tests
126
+
127
+ Unit tests check that small sections of the code behave properly. For example,
128
+ a unit test may test a single function to ensure that various input gives the
129
+ expected output. This validates that the code is correct and regressions are
130
+ not introduced.
131
+
132
+ Functional tests check that the client API is working as expected. These can
133
+ be run against any endpoint claiming to support the Swift API (although some
134
+ tests require multiple accounts with different privilege levels). These are
135
+ "black box" tests that ensure that client apps written against Swift will
136
+ continue to work.
137
+
138
+ Probe tests are "white box" tests that validate the internal workings of a
139
+ Swift cluster. They are written to work against the
140
+ `"SAIO - Swift All In One" <https://docs.openstack.org/swift/latest/development_saio.html>`__
141
+ dev environment. For example, a probe test may create an object, delete one
142
+ replica, and ensure that the background consistency processes find and correct
143
+ the error.
144
+
145
+ You can run unit tests with ``.unittests``, functional tests with
146
+ ``.functests``, and probe tests with ``.probetests``. There is an
147
+ additional ``.alltests`` script that wraps the other three.
148
+
149
+ To fully run the tests, the target environment must use a filesystem that
150
+ supports large xattrs. XFS is strongly recommended. For unit tests and in-
151
+ process functional tests, either mount ``/tmp`` with XFS or provide another
152
+ XFS filesystem via the ``TMPDIR`` environment variable. Without this setting,
153
+ tests should still pass, but a very large number will be skipped.
154
+
155
+ Code Organization
156
+ ~~~~~~~~~~~~~~~~~
157
+
158
+ - doc/: Documentation
159
+ - etc/: Sample config files
160
+ - examples/: Config snippets used in the docs
161
+ - swift/: Core code
162
+
163
+ - account/: account server
164
+ - cli/: code that backs some of the CLI tools
165
+ - common/: code shared by different modules
166
+
167
+ - middleware/: "standard", officially-supported middleware
168
+ - ring/: code implementing Swift's ring
169
+
170
+ - container/: container server
171
+ - locale/: internationalization (translation) data
172
+ - obj/: object server
173
+ - proxy/: proxy server
174
+
175
+ - test/: Unit, functional, and probe tests
176
+
177
+ Data Flow
178
+ ~~~~~~~~~
179
+
180
+ Swift is a WSGI application and uses eventlet's WSGI server. After the
181
+ processes are running, the entry point for new requests is the
182
+ ``Application`` class in ``swift/proxy/server.py``. From there, a
183
+ controller is chosen, and the request is processed. The proxy may choose
184
+ to forward the request to a back-end server. For example, the entry
185
+ point for requests to the object server is the ``ObjectController``
186
+ class in ``swift/obj/server.py``.
187
+
188
+ For Deployers
189
+ -------------
190
+
191
+ Deployer docs are also available at
192
+ https://docs.openstack.org/swift/latest/. A good starting point is at
193
+ https://docs.openstack.org/swift/latest/deployment_guide.html
194
+ There is an `ops runbook <https://docs.openstack.org/swift/latest/ops_runbook/index.html>`__
195
+ that gives information about how to diagnose and troubleshoot common issues
196
+ when running a Swift cluster.
197
+
198
+ You can run functional tests against a Swift cluster with
199
+ ``.functests``. These functional tests require ``/etc/swift/test.conf``
200
+ to run. A sample config file can be found in this source tree in
201
+ ``test/sample.conf``.
202
+
203
+ For Client Apps
204
+ ---------------
205
+
206
+ For client applications, official Python language bindings are provided
207
+ at https://opendev.org/openstack/python-swiftclient.
208
+
209
+ Complete API documentation at
210
+ https://docs.openstack.org/api-ref/object-store/
211
+
212
+ There is a large ecosystem of applications and libraries that support and
213
+ work with OpenStack Swift. Several are listed on the
214
+ `associated projects <https://docs.openstack.org/swift/latest/associated_projects.html>`__
215
+ page.
216
+
217
+ --------------
218
+
219
+ For more information come hang out in #openstack-swift on OFTC.
220
+
221
+ Thanks,
222
+
223
+ The Swift Development Team
224
+
@@ -79,7 +79,7 @@
79
79
  # B703 : django_mark_safe
80
80
 
81
81
  # (optional) list included test IDs here, eg '[B101, B406]':
82
- tests: [B102, B103, B302, B303, B304, B305, B306, B308, B310, B401, B501, B502, B506, B601, B602, B609]
82
+ tests: [B102, B103, B302, B303, B304, B305, B306, B307, B308, B310, B401, B501, B502, B506, B601, B602, B609]
83
83
 
84
84
  # (optional) list skipped test IDs here, eg '[B101, B406]':
85
85
  skips:
@@ -297,7 +297,8 @@ use = egg:swift#backend_ratelimit
297
297
  # ionice_priority =
298
298
 
299
299
  # Note: Put it at the beginning of the pipeline to profile all middleware. But
300
- # it is safer to put this after healthcheck.
300
+ # it is safer to put this after healthcheck. Not intended for production
301
+ # environments!
301
302
  [filter:xprofile]
302
303
  use = egg:swift#xprofile
303
304
  # This option enable you to switch profilers which should inherit from python
@@ -339,7 +339,8 @@ use = egg:swift#backend_ratelimit
339
339
  # ionice_priority =
340
340
 
341
341
  # Note: Put it at the beginning of the pipeline to profile all middleware. But
342
- # it is safer to put this after healthcheck.
342
+ # it is safer to put this after healthcheck. Not intended for production
343
+ # environments!
343
344
  [filter:xprofile]
344
345
  use = egg:swift#xprofile
345
346
  # This option enable you to switch profilers which should inherit from python
@@ -716,10 +716,11 @@ use = egg:swift#backend_ratelimit
716
716
  # N.B. By default no delay_reaping value is configured for any accounts or
717
717
  # containers.
718
718
 
719
+ # Note: Put it at the beginning of the pipleline to profile all middleware. But
720
+ # it is safer to put this after healthcheck. Not intended for production
721
+ # environments!
719
722
  [filter:xprofile]
720
723
  use = egg:swift#xprofile
721
- # Note: Put it at the beginning of the pipleline to profile all middleware. But
722
- # it is safer to put this after healthcheck.
723
724
  # This option enable you to switch profilers which should inherit from python
724
725
  # standard profiler. Currently the supported value can be 'cProfile',
725
726
  # 'eventlet.green.profile' etc.
@@ -1169,6 +1169,7 @@ use = egg:swift#container_sync
1169
1169
 
1170
1170
  # Note: Put it at the beginning of the pipeline to profile all middleware. But
1171
1171
  # it is safer to put this after catch_errors, gatekeeper and healthcheck.
1172
+ # Not intended for production environments!
1172
1173
  [filter:xprofile]
1173
1174
  use = egg:swift#xprofile
1174
1175
  # This option enable you to switch profilers which should inherit from python
@@ -0,0 +1,10 @@
1
+ ---
2
+ fixes:
3
+ - |
4
+ Removed the use of ``eval`` in the xprofile middleware. Note that this
5
+ middleware is only intended for development purposes and is not
6
+ intended for use in production systems.
7
+
8
+ - |
9
+ Fixed ``Content-Type`` and ``Content-Length`` headers in account and
10
+ container ``HEAD`` responses (with eventlet>=0.38.0).
@@ -73,14 +73,14 @@
73
73
  --os-project-domain-id default --os-project-name admin
74
74
  --os-user-domain-id default --os-username admin
75
75
  --os-password secretadmin
76
- project create swiftprojecttest5
76
+ project create --domain default swiftprojecttest5
77
77
  - name: Create service user
78
78
  shell: >
79
79
  openstack --os-auth-url http://localhost/identity
80
80
  --os-project-domain-id default --os-project-name admin
81
81
  --os-user-domain-id default --os-username admin
82
82
  --os-password secretadmin
83
- user create --project swiftprojecttest5 swiftusertest5 --password testing5
83
+ user create --domain default --project swiftprojecttest5 swiftusertest5 --password testing5
84
84
  - name: Assign service role
85
85
  shell: >
86
86
  openstack --os-auth-url http://localhost/identity
@@ -18,6 +18,7 @@ import six
18
18
  from xml.etree.cElementTree import Element, SubElement, tostring
19
19
 
20
20
  from swift.common.constraints import valid_api_version
21
+ from swift.common.header_key_dict import HeaderKeyDict
21
22
  from swift.common.http import HTTP_NO_CONTENT
22
23
  from swift.common.request_helpers import get_param
23
24
  from swift.common.swob import HTTPException, HTTPNotAcceptable, Request, \
@@ -178,52 +179,39 @@ class ListingFilter(object):
178
179
  start_response(status, headers)
179
180
  return resp_iter
180
181
 
181
- header_to_index = {}
182
- resp_content_type = resp_length = None
183
- for i, (header, value) in enumerate(headers):
184
- header = header.lower()
185
- if header == 'content-type':
186
- header_to_index[header] = i
187
- resp_content_type = value.partition(';')[0]
188
- elif header == 'content-length':
189
- header_to_index[header] = i
190
- resp_length = int(value)
191
- elif header == 'vary':
192
- header_to_index[header] = i
193
-
194
182
  if not status.startswith(('200 ', '204 ')):
195
183
  start_response(status, headers)
196
184
  return resp_iter
197
185
 
186
+ headers_dict = HeaderKeyDict(headers)
187
+ resp_content_type = headers_dict.get(
188
+ 'content-type', '').partition(';')[0]
189
+ resp_length = headers_dict.get('content-length')
190
+
198
191
  if can_vary:
199
- if 'vary' in header_to_index:
200
- value = headers[header_to_index['vary']][1]
192
+ if 'vary' in headers_dict:
193
+ value = headers_dict['vary']
201
194
  if 'accept' not in list_from_csv(value.lower()):
202
- headers[header_to_index['vary']] = (
203
- 'Vary', value + ', Accept')
195
+ headers_dict['vary'] = value + ', Accept'
204
196
  else:
205
- headers.append(('Vary', 'Accept'))
197
+ headers_dict['vary'] = 'Accept'
206
198
 
207
199
  if resp_content_type != 'application/json':
208
- start_response(status, headers)
200
+ start_response(status, list(headers_dict.items()))
209
201
  return resp_iter
210
202
 
211
- if resp_length is None or \
212
- resp_length > MAX_CONTAINER_LISTING_CONTENT_LENGTH:
213
- start_response(status, headers)
203
+ if req.method == 'HEAD':
204
+ headers_dict['content-type'] = out_content_type + '; charset=utf-8'
205
+ # proxy logging (and maybe other mw?) seem to be good about
206
+ # sticking this on HEAD/204 but we do it here to be responsible
207
+ # and explicit
208
+ headers_dict['content-length'] = 0
209
+ start_response(status, list(headers_dict.items()))
214
210
  return resp_iter
215
211
 
216
- def set_header(header, value):
217
- if value is None:
218
- del headers[header_to_index[header]]
219
- else:
220
- headers[header_to_index[header]] = (
221
- headers[header_to_index[header]][0], str(value))
222
-
223
- if req.method == 'HEAD':
224
- set_header('content-type', out_content_type + '; charset=utf-8')
225
- set_header('content-length', None) # don't know, can't determine
226
- start_response(status, headers)
212
+ if resp_length is None or \
213
+ int(resp_length) > MAX_CONTAINER_LISTING_CONTENT_LENGTH:
214
+ start_response(status, list(headers_dict.items()))
227
215
  return resp_iter
228
216
 
229
217
  body = b''.join(resp_iter)
@@ -237,7 +225,7 @@ class ListingFilter(object):
237
225
  except ValueError:
238
226
  # Static web listing that's returning invalid JSON?
239
227
  # Just pass it straight through; that's about all we *can* do.
240
- start_response(status, headers)
228
+ start_response(status, list(headers_dict.items()))
241
229
  return [body]
242
230
 
243
231
  if not req.allow_reserved_names:
@@ -257,16 +245,16 @@ class ListingFilter(object):
257
245
  body = json.dumps(listing).encode('ascii')
258
246
  except KeyError:
259
247
  # listing was in a bad format -- funky static web listing??
260
- start_response(status, headers)
248
+ start_response(status, list(headers_dict.items()))
261
249
  return [body]
262
250
 
263
251
  if not body:
264
252
  status = '%s %s' % (HTTP_NO_CONTENT,
265
253
  RESPONSE_REASONS[HTTP_NO_CONTENT][0])
266
254
 
267
- set_header('content-type', out_content_type + '; charset=utf-8')
268
- set_header('content-length', len(body))
269
- start_response(status, headers)
255
+ headers_dict['content-type'] = out_content_type + '; charset=utf-8'
256
+ headers_dict['content-length'] = len(body)
257
+ start_response(status, list(headers_dict.items()))
270
258
  return [body]
271
259
 
272
260
 
@@ -245,7 +245,7 @@ class HTMLViewer(object):
245
245
  if multiple:
246
246
  return value
247
247
  if isinstance(value, list):
248
- return eval(value[0]) if isinstance(default, int) else value[0]
248
+ return int(value[0]) if isinstance(default, int) else value[0]
249
249
  else:
250
250
  return value
251
251
 
@@ -16,6 +16,11 @@
16
16
  """
17
17
  Profiling middleware for Swift Servers.
18
18
 
19
+ .. note::
20
+ This middleware is intended for development and testing environments only,
21
+ not production. No authentication is expected or required for the web UI,
22
+ and profiling may incur noticeable performance penalties.
23
+
19
24
  The current implementation is based on eventlet aware profiler.(For the
20
25
  future, more profilers could be added in to collect more data for analysis.)
21
26
  Profiling all incoming requests and accumulating cpu timing statistics