OpenStack Storage (Swift) Client
Go to file
Tristan Cacqueray b182112719 Port to python-requests
Currently, httplib implementation does not support SSL certificate
verification. This patch fixes this. Note that ssl compression parameter
and 100-continue thing is still missing from requests, though those are
lower priority.

Requests now takes care of:
* proxy configuration (get_environ_proxies),
* chunked encoding (with data generator),
* bulk uploading (with files dictionary),
* SSL certificate verification (with 'insecure' and 'cacert' parameter).

This patch have been tested with requests 1.1.0 (CentOS 6) and requests
2.2.1 (current version).

Change-Id: Ib5de962f4102d57c71ad85fd81a615362ef175dc
Closes-Bug: #1199783
DocImpact
SecurityImpact
2014-02-12 13:21:26 +01:00
bin Port to python-requests 2014-02-12 13:21:26 +01:00
doc Add capabilities option 2014-01-17 10:26:34 +01:00
swiftclient Port to python-requests 2014-02-12 13:21:26 +01:00
tests Port to python-requests 2014-02-12 13:21:26 +01:00
.coveragerc Add .coveragerc file to show correct code coverage 2013-05-16 01:24:33 -07:00
.gitignore Updates .gitignore 2013-11-28 22:39:24 +08:00
.gitreview Add openstack project infrastructure. 2012-05-16 17:30:46 -04:00
.mailmap Add *.swp into .gitignore 2013-06-27 22:28:33 +08:00
.testr.conf Use testr instead of nose. 2013-01-18 16:13:27 -05:00
.unittests Move multi-threading code to a library. 2013-07-28 22:08:17 -07:00
LICENSE Add CHANGELOG LICENSE and MANIFEST.in 2012-05-08 16:30:13 +01:00
MANIFEST.in Switch to pbr for setup. 2013-05-01 12:23:12 -04:00
README.rst Fix links. 2012-05-08 15:21:56 +01:00
requirements.txt Port to python-requests 2014-02-12 13:21:26 +01:00
run_tests.sh Add run_tests.sh script here. 2012-05-21 12:52:55 +02:00
setup.cfg Install manpage in share/man/man1 instead of man/man1 2014-01-20 11:24:16 +00:00
setup.py Sync with global requirements 2013-09-13 11:02:05 -05:00
test-requirements.txt Updated from global requirements 2014-01-24 22:41:07 +00:00
tox.ini match hacking rules in swift 2014-01-24 14:53:17 -08:00

README.rst

Python bindings to the OpenStack Object Storage API

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. The master repository is on GitHub.

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

Contents: