<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git/examples, branch master</title>
<subtitle>opendev.org: openstack/python-swiftclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/'/>
<entry>
<title>Fix copy.py example.</title>
<updated>2022-01-12T09:19:50+00:00</updated>
<author>
<name>PAPAMICA</name>
<email>mickael@papamica.com</email>
</author>
<published>2022-01-12T08:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=4989d94663b59eac34b7cd5dfaa7e673fc73e862'/>
<id>4989d94663b59eac34b7cd5dfaa7e673fc73e862</id>
<content type='text'>
Change-Id: Id2a58a085f58b0bf17eda636593bb482d614c245
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id2a58a085f58b0bf17eda636593bb482d614c245
</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://trove.baserock.org/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://trove.baserock.org/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>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://trove.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>Add new doc structure and contents for swiftclient</title>
<updated>2016-04-29T18:21:36+00:00</updated>
<author>
<name>Joel Wright</name>
<email>joel.wright@sohonet.com</email>
</author>
<published>2016-03-03T17:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=3a5a25fe981817ba0e550d39d6e9863fa1539588'/>
<id>3a5a25fe981817ba0e550d39d6e9863fa1539588</id>
<content type='text'>
As a result of the Hackathon we have produced a new
documentation structure for the python-swiftclient.
This patch introduces the new structure and adds the
required content.

The intention is to document the CLI, the SwiftService
and Connection API. Importantly, we also provide
guidance on important considerations when using a swift
object store, such as which aspect of the python-swiftclient
to use for various use cases, common authentication patterns
and some useful examples.

Co-Authored-By: Alexandra Settle &lt;alexandra.settle@rackspace.com&gt;
Co-Authored-By: Mohit Motiani &lt;mohit.motiani@intel.com&gt;
Co-Authored-By: Hisashi Osanai &lt;osanai.hisashi@jp.fujitsu.com&gt;

Change-Id: I9eb41f8e9137efa66cead67dc264a76a3c03fbda
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a result of the Hackathon we have produced a new
documentation structure for the python-swiftclient.
This patch introduces the new structure and adds the
required content.

The intention is to document the CLI, the SwiftService
and Connection API. Importantly, we also provide
guidance on important considerations when using a swift
object store, such as which aspect of the python-swiftclient
to use for various use cases, common authentication patterns
and some useful examples.

Co-Authored-By: Alexandra Settle &lt;alexandra.settle@rackspace.com&gt;
Co-Authored-By: Mohit Motiani &lt;mohit.motiani@intel.com&gt;
Co-Authored-By: Hisashi Osanai &lt;osanai.hisashi@jp.fujitsu.com&gt;

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