Put Bucket tagging#
バケットにタグ情報を付与します。タグ情報は上書きされます。
APIエンドポイント#
リージョン | APIエンドポイント |
---|---|
西日本リージョン3の場合 | https://objectstorage-s.jp-west-3.cloud.global.fujitsu.com |
東日本リージョン3の場合 | https://objectstorage-s.jp-east-3.cloud.global.fujitsu.com |
HTTPメソッドとURI#
PUT
/{bucket}?tagging
HTTPステータスコード#
正常時:200
エラー時:400, 403, 404, 405, 409, 411, 412, 416, 422, 500, 501, 503
リクエストパラメータの説明#
名前 | In | Type | デフォルト値 /必須指定 |
Description |
---|---|---|---|---|
Bucket | path | string | 必須 | バケット名 |
x-amz-content-sha256 | header | string | 必須 | ペイロード全体の計算されたSHA256チェックサム |
x-amz-date | header | string | 必須 | リクエスト側で生成した現在日時 |
Authorization | header | string | 必須 | リクエスト認証に用いる文字列 |
Content-Length | header | string | 必須 | リクエストボディのバイト数 |
Content-MD5 | header | string | 任意 | リクエストボディのMD5ハッシュ値をbase64エンコードした文字列 |
Tagging | body | Container | 必須 | TagSet要素とTag要素のコンテナ |
TagSet | body | Container | 必須 | タグを格納するコンテナ |
Tag | body | Container | 任意 | タグ情報を格納するコンテナ |
Key | body | string | 任意 | タグ名(最大50個) |
Value | body | string | 任意 | タグの値(最大50個) |
レスポンスヘッダー(正常系)の説明#
名前 | Type | Description |
---|---|---|
Date | string | トランザクションが実行された日時 |
Content-Length | string | レスポンスボディのバイト数 |
Connection | string | 持続接続の状態を表示します。 |
x-amz-request-id | string | このリクエストに付与されるID トラブルについて問い合わせる際に利用されます。 |
x-amz-id-2 | string | このリクエストに対する処理ID トラブルについて問い合わせる際に利用されます。 |
x-ntap-sg-trace-id | string | このリクエストに対する処理ID トラブルについて問い合わせる際に利用されます。 |
X-Fcx-Endpoint-Request | string | APIエンドポイントとしてリクエストを受け付けたことを示す番号 |
リクエスト例#
リクエストヘッダー
PUT /general-bucket?tagging HTTP/1.1 User-Agent: curl/7.29.0 Host: objectstorage-s.jp-east-3.cloud.global.fujitsu.com Accept: */* x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 x-amz-date:20200928T091358Z Authorization:AWS4-HMAC-SHA256 Credential=3JGDY8M4GSJZD3AKMLQA/20200928/us-east-1/s3/aws4_request,SignedHeaders=host;x-amz-content-sha256;x-amz-date,Signature=14003840b39b33dc3c7933ecd737c653f9885a416ef4fb435edaf5ef7899663e Content-Length: 98 Content-Type: application/x-www-form-urlencoded
リクエストボディ
<Tagging> <TagSet> <Tag> <Value>sample-bucket-value</Value> <Key>sample-bucket-key</Key> </Tag> <Tag> <Value>sample-bucket2-value</Value> <Key>sample-bucket2-key</Key> </Tag> </TagSet> </Tagging>
レスポンス例#
レスポンスヘッダー
HTTP/1.1 200 OK Date: Mon, 28 Sep 2020 09:18:07 GMT Content-Length: 0 Connection: keep-alive x-amz-request-id: 1601284687057495 x-amz-id-2: 12108870 x-ntap-sg-trace-id: 8353b93c3163415b X-Fcx-Endpoint-Request: EXECUTED_api2-rmp1.management.jp-east-3.local-26006-216715-1_200