<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git/swiftclient/service.py, branch stable/ocata</title>
<subtitle>opendev.org: openstack/python-swiftclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/'/>
<entry>
<title>Accept more types of input for headers/meta</title>
<updated>2016-11-18T19:47:14+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2016-08-23T23:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=a1e2bcde4a54a33054c7dcb31c3c3b0e6d72d021'/>
<id>a1e2bcde4a54a33054c7dcb31c3c3b0e6d72d021</id>
<content type='text'>
Previously, we only accepted iterables of strings like 'Header: Value'.
Now, we'll also accept lists of tuples like ('Header', 'Value') as well
as dictionaries like {'Header': 'Value'}.

This should be more intuitive for application developers, who are
already used to being able to pass dicts or lists of tuples to libraries
like requests.

Change-Id: I93ed2f1e8305f0168b7a4bd90c205b04730da836
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we only accepted iterables of strings like 'Header: Value'.
Now, we'll also accept lists of tuples like ('Header', 'Value') as well
as dictionaries like {'Header': 'Value'}.

This should be more intuitive for application developers, who are
already used to being able to pass dicts or lists of tuples to libraries
like requests.

Change-Id: I93ed2f1e8305f0168b7a4bd90c205b04730da836
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional headers for HEAD/GET/DELETE requests.</title>
<updated>2016-11-07T05:18:29+00:00</updated>
<author>
<name>Charles Hsu</name>
<email>charles0126@gmail.com</email>
</author>
<published>2016-09-19T15:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=6cf2bd6626df8e4c68bd5463d9b030e315f76b42'/>
<id>6cf2bd6626df8e4c68bd5463d9b030e315f76b42</id>
<content type='text'>
Change-Id: I69276ba711057c122f97deac412e492e313c34dd
Closes-Bug: 1615830
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I69276ba711057c122f97deac412e492e313c34dd
Closes-Bug: 1615830
</pre>
</div>
</content>
</entry>
<entry>
<title>boolean logic cleanup in service.Swift[Copy|Post]Object</title>
<updated>2016-08-25T20:15:44+00:00</updated>
<author>
<name>Clay Gerrard</name>
<email>clay.gerrard@gmail.com</email>
</author>
<published>2016-05-26T18:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=96f0031e642081fabfcda19f2fbc66b86e97339e'/>
<id>96f0031e642081fabfcda19f2fbc66b86e97339e</id>
<content type='text'>
Change-Id: I07e74536502ec2479b22a825f684703d65924563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I07e74536502ec2479b22a825f684703d65924563
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Strip leading/trailing whitespace from headers"</title>
<updated>2016-08-25T04:24:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-25T04:24:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=5acefd27e4e4de01414cc67f6652cc946b51957b'/>
<id>5acefd27e4e4de01414cc67f6652cc946b51957b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add copy object method"</title>
<updated>2016-08-24T23:59:34+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-24T23:59:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=b57044a85301ac5a5fbfb119968aee8d78b6b7bf'/>
<id>b57044a85301ac5a5fbfb119968aee8d78b6b7bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copy object method</title>
<updated>2016-08-23T21:37:11+00:00</updated>
<author>
<name>Marek Kaleta</name>
<email>Marek.Kaleta@firma.seznam.cz</email>
</author>
<published>2016-02-15T11:14:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=4a2465fb12ff7287b62b6941fb8ae43e100adc25'/>
<id>4a2465fb12ff7287b62b6941fb8ae43e100adc25</id>
<content type='text'>
Implement copy object method in swiftclient Connection, Service and CLI.

Although COPY functionality can be accomplished with 'X-Copy-From'
header in PUT request, using copy is more convenient especially when
using copy for updating object metadata non-destructively.

Closes-Bug: 1474939
Change-Id: I1338ac411f418f4adb3d06753d044a484a7f32a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement copy object method in swiftclient Connection, Service and CLI.

Although COPY functionality can be accomplished with 'X-Copy-From'
header in PUT request, using copy is more convenient especially when
using copy for updating object metadata non-destructively.

Closes-Bug: 1474939
Change-Id: I1338ac411f418f4adb3d06753d044a484a7f32a4
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip leading/trailing whitespace from headers</title>
<updated>2016-08-19T19:53:11+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2016-08-17T23:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=8fbe118cea8804fe29529a27f3937af412b47fb7'/>
<id>8fbe118cea8804fe29529a27f3937af412b47fb7</id>
<content type='text'>
New versions of requests will raise an InvalidHeader error otherwise.

Change-Id: Idf3bcd8ac359bdda9a847bf99a78988943374134
Closes-Bug: #1614280
Closes-Bug: #1613814
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New versions of requests will raise an InvalidHeader error otherwise.

Change-Id: Idf3bcd8ac359bdda9a847bf99a78988943374134
Closes-Bug: #1614280
Closes-Bug: #1613814
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option: disable etag check on downloads</title>
<updated>2016-06-02T14:53:18+00:00</updated>
<author>
<name>Cheng Li</name>
<email>shcli@cn.ibm.com</email>
</author>
<published>2016-05-31T06:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=69bf4634b972ef2ee0ec1f015d71223203f0bb1a'/>
<id>69bf4634b972ef2ee0ec1f015d71223203f0bb1a</id>
<content type='text'>
This patch is to add an option of disable etag
check on downloads.

Change-Id: I9ad389dd691942dea6db470ca3f0543eb6e9703e
Closes-bug: #1581147
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch is to add an option of disable etag
check on downloads.

Change-Id: I9ad389dd691942dea6db470ca3f0543eb6e9703e
Closes-bug: #1581147
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Support client certificate/key"</title>
<updated>2016-05-19T22:20:17+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-05-19T22:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=f9d0657e70e9511a2d7b4c63bbf06b138dd0be5e'/>
<id>f9d0657e70e9511a2d7b4c63bbf06b138dd0be5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use application/directory content-type for dir markers"</title>
<updated>2016-05-19T08:53:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-05-19T08:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=8ffc5c11ae6e246769a15104096873ed47d535a5'/>
<id>8ffc5c11ae6e246769a15104096873ed47d535a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
