<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-swiftclient.git, branch stable/mitaka</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>Update .gitreview for stable/mitaka</title>
<updated>2016-03-14T16:46:32+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2016-03-14T16:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=d8c6a3b835b72a6a3cf12c6b24bf78548daef327'/>
<id>d8c6a3b835b72a6a3cf12c6b24bf78548daef327</id>
<content type='text'>
Change-Id: I20f71c1336ab4e9ed5ec057eb7215f1cdd273752
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I20f71c1336ab4e9ed5ec057eb7215f1cdd273752
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Drop py33 support"</title>
<updated>2016-03-03T04:38:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-03-03T04:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=343ecbcfa2c62896f35722cb478f1a60d633a3d3'/>
<id>343ecbcfa2c62896f35722cb478f1a60d633a3d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bumped version at request of release team</title>
<updated>2016-03-02T12:00:05+00:00</updated>
<author>
<name>John Dickinson</name>
<email>me@not.mn</email>
</author>
<published>2016-03-02T12:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=e4d0cc7419b27a2dcb0b257d608fe70a7109aab1'/>
<id>e4d0cc7419b27a2dcb0b257d608fe70a7109aab1</id>
<content type='text'>
Change-Id: I81eb6575ef5de8ecc75e781f07ad090024589cec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I81eb6575ef5de8ecc75e781f07ad090024589cec
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "download method shouldn't download all object"</title>
<updated>2016-03-02T11:15:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-03-02T11:15:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=c023893dd33c7c790829d37631fe229bff939425'/>
<id>c023893dd33c7c790829d37631fe229bff939425</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Drop testtools from test-requirements.txt"</title>
<updated>2016-03-01T17:51:32+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-03-01T17:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=cd3a4dbf0adce0b7a6779755caaf36a0e983e5fb'/>
<id>cd3a4dbf0adce0b7a6779755caaf36a0e983e5fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Minor edits to the api page"</title>
<updated>2016-02-29T20:03:49+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-29T20:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=d70b8266cb4025b865ff046accbb1ede915d5029'/>
<id>d70b8266cb4025b865ff046accbb1ede915d5029</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>download method shouldn't download all object</title>
<updated>2016-02-29T19:10:34+00:00</updated>
<author>
<name>Hu Bing</name>
<email>hubingsh@cn.ibm.com</email>
</author>
<published>2016-02-25T16:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=b7d20b8a1899897e560d378b624163cf1ee1d299'/>
<id>b7d20b8a1899897e560d378b624163cf1ee1d299</id>
<content type='text'>
in python-swiftclient/swiftclient/service.py,
there is a method
def download(self, container=None, objects=None, options=None):

if container is specified but objects not, it download all
objects in specified container.
if both container and objects are specified, it download all
specified objects in the container.

when it comes to the case that, objects argument is specified,
but it turned out to be empty array [ ], the download method
download all the objects under specified container.
this may be not reasonable.

for example,
the objects was not empty when it came from command line,
but it's filtered, maybe by --prefix argument.
at last, it turned out to be empty array.

when calling download method with objects arguments
being empty array, we should download nothing instead of
all the objects under the specified container.

Change-Id: I81aab935533a50b40679c8b3575f298c285233a8
Closes-bug: #1549881
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in python-swiftclient/swiftclient/service.py,
there is a method
def download(self, container=None, objects=None, options=None):

if container is specified but objects not, it download all
objects in specified container.
if both container and objects are specified, it download all
specified objects in the container.

when it comes to the case that, objects argument is specified,
but it turned out to be empty array [ ], the download method
download all the objects under specified container.
this may be not reasonable.

for example,
the objects was not empty when it came from command line,
but it's filtered, maybe by --prefix argument.
at last, it turned out to be empty array.

when calling download method with objects arguments
being empty array, we should download nothing instead of
all the objects under the specified container.

Change-Id: I81aab935533a50b40679c8b3575f298c285233a8
Closes-bug: #1549881
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix wrong args for get_container with full listing"</title>
<updated>2016-02-29T16:26:58+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-29T16:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=b040ce4e1a330970516c23452bb8d2ac52c9ac19'/>
<id>b040ce4e1a330970516c23452bb8d2ac52c9ac19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Have tox manage LANG environmental var"</title>
<updated>2016-02-29T13:58:25+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-02-29T13:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=9460a946246437845330a8f376a51af7ce6eb4e8'/>
<id>9460a946246437845330a8f376a51af7ce6eb4e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor edits to the api page</title>
<updated>2016-02-29T13:50:10+00:00</updated>
<author>
<name>Alexandra</name>
<email>alexandra.settle@rackspace.com</email>
</author>
<published>2016-02-29T13:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-swiftclient.git/commit/?id=671d6febb227c86f5c1801c2d7365c576daeb1ad'/>
<id>671d6febb227c86f5c1801c2d7365c576daeb1ad</id>
<content type='text'>
Change-Id: Ie65f73532e53a858ee9ab4b4634dcfcaf8a93c3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie65f73532e53a858ee9ab4b4634dcfcaf8a93c3b
</pre>
</div>
</content>
</entry>
</feed>
