GetObjectACL
処理概要
オブジェクトのACLを表示します。
リクエストURL
GET /{Bucket}/{Object}?acl指定するパラメーター
ヘッダーパラメーター
パラメーター | 型 | 説明 | 必須 |
---|---|---|---|
x-amz-content-sha256 | string |
ペイロード全体の計算されたSHA256チェックサム |
○ |
x-amz-date | string |
リクエスト側で生成した現在日時 |
○ |
Authorization | string |
リクエスト認証に用いる文字列 |
○ |
パスパラメーター
パラメーター | 型 | 説明 | 必須 |
---|---|---|---|
Bucket | string |
バケット名 |
○ |
Object | string |
オブジェクト名 |
○ |
クエリパラメーター
パラメーター | 型 | 説明 | 必須 |
---|---|---|---|
versionId | string |
バージョンID |
応答フィールド
レスポンスヘッダー
フィールド (項目) | 型 | 説明 |
---|---|---|
Date | string |
トランザクションが実行された日時 |
Content-Type | string |
MIME仕様で定義されているコンテントの形式 |
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エンドポイントとしてリクエストを受け付けたことを示す番号 |
レスポンスボディ
フィールド (項目) | 型 | 説明 |
---|---|---|
AccessControlPolicy | structure |
ACL権限を設定する要素 |
␣Owner | structure |
バケット所有者の表示名とIDのコンテナ |
␣␣ID | string |
バケット所有者のID、または権限対象者のID、テナントID |
␣␣DisplayName | string |
バケット所有者の表示名 |
␣AccessControlList | structure |
ACL |
␣␣Grant | structure |
GranteeとPermissionが格納されるコンテナ |
␣␣␣Grantee | string |
権限が設定されている件名 |
␣␣␣␣ID | string |
Owner.IDと同じ内容が表示されます。 |
␣␣␣␣DisplayName | string |
Owner.DisplayNameと同じ内容が表示されます。 |
␣␣␣Permission | string |
権限対象者に付与されている権限(FULL_CONTROL)が表示されます。 |
リクエストサンプル
GET /general-bucket/object_data_1?acl HTTP/1.1
User-Agent: curl/7.29.0
Host: jp-east-1.storage.api.nifcloud.com
Accept: */*
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20190604T062455Z
Authorization:AWS4-HMAC-SHA256 Credential=XK8Z3830NBL1BT9WD3HD/20190604/jp-east-1/s3/aws4_request,SignedHeaders=host;x-amz-content-sha256;x-amz-date,Signature=282579cc446e94771ec894e2a98a35ad2a2d13f842d87c7ccb70dc3ba3c4705a
応答サンプル
HTTP/1.1 200 OK
Date: Tue, 04 Jun 2019 06:24:55 GMT
Content-Type: application/xml
Content-Length: 499
Connection: keep-alive
x-amz-request-id: 291741165
x-amz-id-2: 12174498
x-ntap-sg-trace-id: 1affa0f9ec0ca4d3
X-Fcx-Endpoint-Request: EXECUTED_api3-rmp2.management.jp-east-1.local-28849-848753-1_200
<AccessControlPolicy xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<Owner>
<ID>42242073901014718119</ID>
<DisplayName>fj-k5objt-tenant-99</DisplayName>
</Owner>
<AccessControlList>
<Grant>
<Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CanonicalUser">
<ID>42242073901014718119</ID>
<DisplayName>fj-k5objt-tenant-99</DisplayName>
</Grantee>
<Permission>FULL_CONTROL</Permission>
</Grant>
</AccessControlList>
</AccessControlPolicy>