]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commit
client: don't hide boto return values
authorJosh Durgin <jdurgin@redhat.com>
Mon, 10 Nov 2014 22:14:11 +0000 (14:14 -0800)
committerJosh Durgin <jdurgin@redhat.com>
Mon, 24 Nov 2014 23:46:08 +0000 (15:46 -0800)
commitacafe780b68cfc7bae919a4acafd86ead16aa06f
tree1db510cd4156a40e841e5c31fc062433ff10f23f
parentd088f7a00c488f65b23252bdfdf0312d8be2e0e5
client: don't hide boto return values

The decorator for translating boto exceptions needs to return
explicitly, or it will lose the return value of the original function,
and cause full sync to fail for objects that aren't in the bucket
index log.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
radosgw_agent/client.py