]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commit
client: fix unicode handling
authorJosh Durgin <josh.durgin@inktank.com>
Fri, 25 Apr 2014 23:52:16 +0000 (16:52 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Fri, 25 Apr 2014 23:54:00 +0000 (16:54 -0700)
commitcb32aadc0881da5f0335c179aab3733bd93cbb4e
treeaa4f966da1c0dce850c7f4f61c99f27b118faa14
parent8c154d07f63ac87f90cbf6978d1967694a8e2272
client: fix unicode handling

Use unicode format strings, and don't url-encode the object copy path
before passing it to requests, which will url-encode it for us.

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