Go to file
Anthony Roussel ee39a1507f Fix compatibility with urllib3 v2.6
urllib3 v2.6 removed `HTTPResponse.getheader(name, default)` in favor of
`HTTPResponse.headers.get(name, default)`, see https://github.com/urllib3/urllib3/pull/3622

Changed from `resp.raw.getheader` to `resp.headers.get` for compatibility.
Fixed `test_response_headers` test to verify getheader() works properly.

Change-Id: Ic0fab4ca6407f5435d87aa02d533f3eb826f5b3b
Signed-off-by: Anthony Roussel <anthony@roussel.dev>
2026-02-23 23:51:43 +01:00
2014-03-25 11:36:39 +00:00
2023-03-21 13:07:04 -07:00
2022-01-12 10:19:50 +01:00
2025-11-11 11:17:41 -08:00
2026-02-23 23:51:43 +01:00
2018-07-13 11:24:24 -07:00
2018-11-05 09:52:03 +07:00
2019-04-19 19:32:30 +00:00
2024-02-27 09:14:44 -08:00
2025-11-11 11:17:41 -08:00
2025-11-11 11:17:41 -08:00
2012-05-08 16:30:13 +01:00
2013-05-01 12:23:12 -04:00
2025-04-25 15:51:12 -07:00
2022-03-21 18:31:10 +00:00
2022-03-16 15:06:19 -07:00
2025-05-13 14:56:38 -07:00
2022-03-16 15:06:19 -07:00

Python bindings to the OpenStack Object Storage API

Latest Version

This is a python client for the Swift API. There's a Python API (the swiftclient module), and a command-line script (swift).

Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki.

This code is based on the original client previously included with OpenStack's Swift. The python-swiftclient is licensed under the Apache License like the rest of OpenStack.

Contents:

Description
OpenStack Storage (Swift) Client
Readme 14 MiB
Languages
Python 99.9%
Shell 0.1%