<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git/bin/swift, branch 1.4.0</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>Merge "Static large object support."</title>
<updated>2013-04-04T23:08:25+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-04-04T23:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=2d97609a52bef2f437c15ff72dced29663c570ff'/>
<id>2d97609a52bef2f437c15ff72dced29663c570ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve auth option help</title>
<updated>2013-04-04T20:41:22+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2013-04-04T20:03:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=fab61c8275893c7ab7279336b9d64d1154264059'/>
<id>fab61c8275893c7ab7279336b9d64d1154264059</id>
<content type='text'>
Add to the help strings to clarify the need for --os-auth-token to
also have --os-storage-url supplied.

Change-Id: I6a7259c38ce01813ae96f307efaf46e7863bd223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add to the help strings to clarify the need for --os-auth-token to
also have --os-storage-url supplied.

Change-Id: I6a7259c38ce01813ae96f307efaf46e7863bd223
</pre>
</div>
</content>
</entry>
<entry>
<title>Static large object support.</title>
<updated>2013-04-03T16:51:15+00:00</updated>
<author>
<name>David Goetz</name>
<email>dpgoetz@gmail.com</email>
</author>
<published>2013-03-05T23:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=2b3d1719073fa58b651ca82f64a366e3f737d71a'/>
<id>2b3d1719073fa58b651ca82f64a366e3f737d71a</id>
<content type='text'>
Also fixed bug with current large objects with segment listing prefixes.

Allow retry for object PUTs when possible.

Change-Id: I0edff127fd5d5c53da33aa7cb76a4f4dc85bf6e6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixed bug with current large objects with segment listing prefixes.

Allow retry for object PUTs when possible.

Change-Id: I0edff127fd5d5c53da33aa7cb76a4f4dc85bf6e6
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Allow user to specify headers at the command line."</title>
<updated>2013-03-21T11:11:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-03-21T11:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=42fa4568f1f973bc8992b705f749cf0bdc6e56ed'/>
<id>42fa4568f1f973bc8992b705f749cf0bdc6e56ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Allow v2 to use storage_url/storage_token directly"</title>
<updated>2013-03-19T18:36:04+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-03-19T18:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=f31916051d35380bccab0de818f677077a6e797c'/>
<id>f31916051d35380bccab0de818f677077a6e797c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow user to specify headers at the command line.</title>
<updated>2013-03-18T13:48:33+00:00</updated>
<author>
<name>tong li</name>
<email>litong01@us.ibm.com</email>
</author>
<published>2013-03-18T13:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=48f446a93883fc615d23ac1148fd4b082aed9c86'/>
<id>48f446a93883fc615d23ac1148fd4b082aed9c86</id>
<content type='text'>
Currently swift client does not allow content type to be specified
when upload an object. It does not allow a user to change content
type neither. This patch will allow a user to specify content
type by using upload command or modify the content type by using
post command.

For example:
1. To upload an object with specific content type:
swift upload -H content-type:applicaiton/xml con1 file1

2. To modify an object to a specific content type:
swift post -H content-type:application/josn con1 file1

This patch also allow a client to specify other request headers.

Change-Id: I12db83a1d465285e0906889cc67dfaa44e059568
Fixes: bug #1154621
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently swift client does not allow content type to be specified
when upload an object. It does not allow a user to change content
type neither. This patch will allow a user to specify content
type by using upload command or modify the content type by using
post command.

For example:
1. To upload an object with specific content type:
swift upload -H content-type:applicaiton/xml con1 file1

2. To modify an object to a specific content type:
swift post -H content-type:application/josn con1 file1

This patch also allow a client to specify other request headers.

Change-Id: I12db83a1d465285e0906889cc67dfaa44e059568
Fixes: bug #1154621
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Added "/" check when list containers."</title>
<updated>2013-02-28T02:58:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-02-28T02:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=999e1c0f02ab4f697a0bf66c95f1744c86dc4523'/>
<id>999e1c0f02ab4f697a0bf66c95f1744c86dc4523</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow v2 to use storage_url/storage_token directly</title>
<updated>2013-02-27T12:55:05+00:00</updated>
<author>
<name>Chmouel Boudjnah</name>
<email>chmouel@enovance.com</email>
</author>
<published>2013-02-27T12:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=45af829aa5ef81b8eaf6f4f75f8d2b602b6d499a'/>
<id>45af829aa5ef81b8eaf6f4f75f8d2b602b6d499a</id>
<content type='text'>
- Fixes bug 1134306.

Change-Id: Ie1737c57f57bcdad50b3096c921d46a1fe5293b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixes bug 1134306.

Change-Id: Ie1737c57f57bcdad50b3096c921d46a1fe5293b8
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow to specify segment container</title>
<updated>2013-02-26T03:09:34+00:00</updated>
<author>
<name>yuan-zhou</name>
<email>yuan.zhou@intel.com</email>
</author>
<published>2013-02-20T03:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=9ac2c99fc69b893076c2e9984c255d07f3b1e428'/>
<id>9ac2c99fc69b893076c2e9984c255d07f3b1e428</id>
<content type='text'>
Fix bug 1110924

Add segment container option as part of 'swift upload -S'. If this
option is omitted, the segments will go to &lt;container&gt;_segments.

Example:
$ swift upload c1 obj1 -S 1 -C user_segments

Please check swift upload --help for more details

Change-Id: Ib71aae322485d8d3ac89916d37ebcac053f49e3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug 1110924

Add segment container option as part of 'swift upload -S'. If this
option is omitted, the segments will go to &lt;container&gt;_segments.

Example:
$ swift upload c1 obj1 -S 1 -C user_segments

Please check swift upload --help for more details

Change-Id: Ib71aae322485d8d3ac89916d37ebcac053f49e3b
</pre>
</div>
</content>
</entry>
<entry>
<title>Added "/" check when list containers.</title>
<updated>2013-02-25T03:10:53+00:00</updated>
<author>
<name>Jian Zhang</name>
<email>jian.zhang@intel.com</email>
</author>
<published>2013-02-25T03:04:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=ec38637a35dccdfda16efeab7866dc147dc380b9'/>
<id>ec38637a35dccdfda16efeab7866dc147dc380b9</id>
<content type='text'>
If there is a "/" in container name, print usage.

Fixs bug 1121897.

Change-Id: I633b5b7ff3a8dbc249ddd3c65439dd46c7d93b4a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If there is a "/" in container name, print usage.

Fixs bug 1121897.

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