5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
PUT /<api version>/<account>/<destcontainer>/<destobject> HTTP/1.1
|
|
Host: <storage URL>
|
|
X-Auth-Token: <some-auth-token>
|
|
X-Copy-From: /<sourcecontainer>/<sourceobject>
|
|
Content-Length: 0 |