Web公開(Web Publishing)

Description

任意のコンテナにあるオブジェクトをWeb公開したい場合に使用します。 ACLsにてRead権限をすべて許可する設定となります。
※StaticWeb機能とは異なります。

Request URL

ObjectStorage API v1

POST /v1/gac50_{account}/{container}

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 コンテナ名
X-Container-Read(Optional) string header コンテナへ読み取り権限を付与します。
X-Remove-Container-Read(Optional) string header コンテナから読み取り権限を削除します。

Response

  • Normal response codes
202

Example

  • Request
curl -i -X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "X-Auth-Token: トークンID" \
-H "X-Container-Read: .r:*" \
オブジェクトストレージエンドポイント/コンテナ名
  • Response
HTTP/1.1 204 No Content
Content-Length: 0
Content-Type: text/html; charset=UTF-8
X-Trans-Id: tx418a27aa016f4558b748b-005ac374df
Date: Tue, 03 Apr 2018 12:34:39 GMT

Internet for everyone

Copyright (c) 2024 GMO Internet Group, Inc. All Rights Reserved.