Skip to content

Commit 30b0a29

Browse files
authored
add missing policy actions for oss docs (#1491)
Fixes #1483 (fixed a while ago for AIStor docs, oops)
1 parent 7252314 commit 30b0a29

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

source/administration/identity-access-management/policy-based-access-control.rst

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,18 @@ The remaining subsections document actions for more advanced S3 operations:
251251
s3:ExistingObjectTag/<key>
252252
s3:versionid
253253
254+
.. policy-action:: s3:GetObjectAttributes
255+
256+
Controls access to the :s3-api:`GetObjectAttributes <API_GetObjectAttributes.html>` S3 API operation.
257+
258+
.. policy-action:: s3:GetObjectVersionAttributes
259+
260+
Controls access to the :s3-api:`GetObjectAttributes <API_GetObjectAttributes.html>` S3 API operations on versioned objects.
261+
262+
.. policy-action:: s3:RestoreObject
263+
264+
Controls access to the :s3-api:`RestoreObject <API_RestoreObject.html>` S3 API operation.
265+
254266
.. policy-action:: s3:ListBucket
255267

256268
Controls access to the :s3-api:`ListObjectsV2 <API_ListObjectsV2.html>` S3 API operation.
@@ -336,20 +348,22 @@ Bucket Configuration
336348

337349
.. policy-action:: s3:GetBucketTagging
338350

339-
Controls access to the :s3-api:`GetBucketTagging <API_GetBucketTagging.html>`
340-
S3 API operation.
351+
Controls access to the :s3-api:`GetBucketTagging <API_GetBucketTagging.html>` S3 API operation.
341352

342353
.. policy-action:: s3:PutBucketTagging
343354

344-
Controls access to the :s3-api:`PutBucketTagging <API_PutBucketTagging.html>`
345-
S3 API operation.
355+
Controls access to the :s3-api:`PutBucketTagging <API_PutBucketTagging.html>` S3 API operation.
346356

347357
Supports the following additional :ref:`condition keys <minio-policy-conditions>`:
348358

349359
.. code-block:: shell
350360
351361
s3:RequestObjectTagKeys
352-
s3:RequestObjectTag/<key>
362+
s3:RequestObjectTag/<key>
363+
364+
.. policy-action:: s3:GetBucketPolicyStatus
365+
366+
Controls access to the :s3-api:`GetBucketPolicyStatus <API_GetBucketPolicyStatus.html>` S3 API operation.
353367

354368
Multipart Upload
355369
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)