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