Don't quote container and object name.
- This is done after by swiftclient
This commit is contained in:
@@ -97,8 +97,8 @@ def sync_object(orig_storage_url, orig_token, dest_storage_url,
|
|||||||
container_name,
|
container_name,
|
||||||
object_name_etag[1],
|
object_name_etag[1],
|
||||||
)
|
)
|
||||||
container_name = quote(container_name)
|
container_name = container_name
|
||||||
object_name = quote(object_name_etag[1])
|
object_name = object_name_etag[1]
|
||||||
|
|
||||||
post_headers = orig_headers
|
post_headers = orig_headers
|
||||||
post_headers['x-auth-token'] = dest_token
|
post_headers['x-auth-token'] = dest_token
|
||||||
|
|||||||
Reference in New Issue
Block a user