<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git/doc/source/service-api.rst, branch 3.7.0</title>
<subtitle>opendev.org: openstack/python-swiftclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/'/>
<entry>
<title>TrivialFix: Removed redundant 'the'</title>
<updated>2016-09-27T09:10:14+00:00</updated>
<author>
<name>Anh Tran</name>
<email>anhtt@vn.fujitsu.com</email>
</author>
<published>2016-09-27T09:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=ab7a8b2453d4eda10d5790c73d132fe350548107'/>
<id>ab7a8b2453d4eda10d5790c73d132fe350548107</id>
<content type='text'>
Change-Id: I3b3c0e7e4d5c8a1934378e2083a64bb686754f18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3b3c0e7e4d5c8a1934378e2083a64bb686754f18
</pre>
</div>
</content>
</entry>
<entry>
<title>Change Examples from headings to topics</title>
<updated>2016-08-26T20:50:31+00:00</updated>
<author>
<name>Tim Burke</name>
<email>tim.burke@gmail.com</email>
</author>
<published>2016-08-26T20:50:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=7cd7df410a8d01dd5c973f8d8273e09aca9b1e2e'/>
<id>7cd7df410a8d01dd5c973f8d8273e09aca9b1e2e</id>
<content type='text'>
Previously, they appeared in the table of contents, which seemed unnecessary.

Additionally, de-dent the bullet list for stat since it looked weird.

Change-Id: Ief5d480beb4a7daa2fd87c27019601332f087602
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, they appeared in the table of contents, which seemed unnecessary.

Additionally, de-dent the bullet list for stat since it looked weird.

Change-Id: Ief5d480beb4a7daa2fd87c27019601332f087602
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix examples and missing code-block"</title>
<updated>2016-08-25T20:29:54+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-25T20:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=a2371cc6d8937ac62124f7c5c9d06b84c9b1406e'/>
<id>a2371cc6d8937ac62124f7c5c9d06b84c9b1406e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix examples and missing code-block</title>
<updated>2016-08-25T11:27:49+00:00</updated>
<author>
<name>Joel Wright</name>
<email>joel.wright@sohonet.com</email>
</author>
<published>2016-06-04T10:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=daed43a44ae77a58ae52033d95f23a0bdb4d6c49'/>
<id>daed43a44ae77a58ae52033d95f23a0bdb4d6c49</id>
<content type='text'>
This patch fixes a missing code-block section in the
capabilities section of service-api.rst, and fixes
the import of walk in the upload.py examples to support
both python2 and python3.

Change-Id: I572769f971f84e0029f2948e42c130e73517f434
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes a missing code-block section in the
capabilities section of service-api.rst, and fixes
the import of walk in the upload.py examples to support
both python2 and python3.

Change-Id: I572769f971f84e0029f2948e42c130e73517f434
</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://91.123.203.49/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://91.123.203.49/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>fixing nit picks in python-swiftclient doc</title>
<updated>2016-07-07T22:15:45+00:00</updated>
<author>
<name>Shashirekha Gundur</name>
<email>shashirekha.j.gundur@intel.com</email>
</author>
<published>2016-07-07T21:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=5be9b7e31095f79560aaeb1c1583719db7dd0e8f'/>
<id>5be9b7e31095f79560aaeb1c1583719db7dd0e8f</id>
<content type='text'>
Change-Id: Ifde19be175ea828a3137951a0382492434727b5b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifde19be175ea828a3137951a0382492434727b5b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add an option: disable etag check on downloads"</title>
<updated>2016-06-06T10:33:25+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-06-06T10:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=c91c8d575e86b480270f8dfb7df49355dd38ee54'/>
<id>c91c8d575e86b480270f8dfb7df49355dd38ee54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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>Fixed a typo in SwiftService API doc</title>
<updated>2016-06-01T15:12:10+00:00</updated>
<author>
<name>Nandini Tata</name>
<email>nandini.tata.15@gmail.com</email>
</author>
<published>2016-06-01T14:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-swiftclient.git/commit/?id=2e78ca5e756ac5444366d864f40ce71f81153b53'/>
<id>2e78ca5e756ac5444366d864f40ce71f81153b53</id>
<content type='text'>
Fixed misspelled word in the Service API description.

Change-Id: I0bb6b2aa319ba217dd0d09a2c7a0d8eff9a67aff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed misspelled word in the Service API description.

Change-Id: I0bb6b2aa319ba217dd0d09a2c7a0d8eff9a67aff
</pre>
</div>
</content>
</entry>
</feed>
