diff options
author | Andrew Welleck <awellec@us.ibm.com> | 2016-02-23 15:02:03 -0600 |
---|---|---|
committer | Andrew Welleck <awellec@us.ibm.com> | 2016-06-09 13:51:26 -0500 |
commit | 439330cb9caa88d455ee0770d32ad7bc77db0b2a (patch) | |
tree | 97f36b30f6724b50e61bef1df4f38eceb4fbade2 /README.rst | |
parent | 3a6c14981dbd26e12b7d77ebfbb501607557b97c (diff) | |
download | python-swiftclient-439330cb9caa88d455ee0770d32ad7bc77db0b2a.tar.gz |
Query string functionality for containers
Added functionality for arbitrary query strings to be passed into container
functions. Additionally a minor typo correction in the README. Added unit
tests for query string functionality.
Closes-Bug: #1542459
Change-Id: Ica2cb3ea439632588388e748d8d2e944e9ed4fa4
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ in the `OpenStack wiki`__. __ http://docs.openstack.org/infra/manual/developers.html -This code is based on original the client previously included with +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. |