オブジェクト複製
Description
オブジェクトを複製(コピー)します。
Request URL
ObjectStorage API v1 COPY /v1/gac50_{account}/{container}/{object}
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | トークンID | header | トークン発行 にて払い出されたID |
account | テナントID | URI | テナントIDを指定します。 |
container | コンテナ名 | URI | コンテナを指定します。 |
object | オブジェクト名 | URI | オブジェクトを指定します。 |
Destination | string | header | |
Content-Type (Optional) |
string | header | |
Content-Encoding (Optional) |
string | header | |
Content-Disposition (Optional) |
string | header | |
X-Object-Meta-name | string | header |
Response
-
Normal response codes
201
Example
-
Request
curl -i -X COPY \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "X-Auth-Token: トークンID" \ -H "Destination: 複製先のコンテナ名/複製先のオブジェクト名" \ オブジェクトストレージエンドポイント/コンテナ名/オブジェクト名
-
Response
HTTP/1.1 201 Created Content-Length: 0 X-Copied-From-Last-Modified: Thu, 29 Mar 2018 10:22:44 GMT X-Copied-From: コンテナ名/オブジェクト名 Last-Modified: Fri, 30 Mar 2018 11:50:33 GMT Etag: 5b01e50d57c99d0e8fda69e5d2de23ec X-Copied-From-Account: gac50_テナントID Content-Type: text/html; charset=UTF-8 X-Trans-Id: tx8484ec0f48c84474be77a-005abe2488 Date: Fri, 30 Mar 2018 11:50:32 GMT