]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commit
client: escape bucket and object names used in urls
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 10 Sep 2013 00:19:12 +0000 (17:19 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 10 Sep 2013 00:19:23 +0000 (17:19 -0700)
commit2e5475b85fffbffa380f1e8a221499c317ce6ff1
tree1696625f338c2830b1ea7149d6a8854f840d30d1
parenteb93640327efd36dd31161bb612db326faef34fb
client: escape bucket and object names used in urls

Convert to utf8 since urllib doesn't handle unicode well in python 2.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
radosgw_agent/client.py