From 6d8dd942d28be4646bf41c206a8f0aefcf13ddd3 Mon Sep 17 00:00:00 2001 From: kchheda3 Date: Mon, 10 Nov 2025 17:33:41 -0500 Subject: [PATCH] rgw/account: Update the docs to add note about supporting backward compatibility for s3:PutAcls calls for users migrated to account. Signed-off-by: kchheda3 --- doc/radosgw/s3/bucketops.rst | 2 ++ doc/radosgw/s3/objectops.rst | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/radosgw/s3/bucketops.rst b/doc/radosgw/s3/bucketops.rst index 664b46ee694..87661dd339b 100644 --- a/doc/radosgw/s3/bucketops.rst +++ b/doc/radosgw/s3/bucketops.rst @@ -288,6 +288,8 @@ Request Entities | ``Permission`` | String | The permission given to the ``Grantee`` bucket. | +---------------------------+-------------+----------------------------------------------------------------------------------------------+ +.. note:: For accounts users, the ``Owner`` and ``ID`` in ``AccessControlPolicy`` may be set to either the legacy user ID or the new account ID. Both are accepted for backward compatibility. + List Bucket Multipart Uploads ----------------------------- diff --git a/doc/radosgw/s3/objectops.rst b/doc/radosgw/s3/objectops.rst index 5af82eb5a42..2e2a518faa8 100644 --- a/doc/radosgw/s3/objectops.rst +++ b/doc/radosgw/s3/objectops.rst @@ -234,6 +234,7 @@ Request Entities | ``Permission`` | String | The permission given to the ``Grantee`` object. | +---------------------------+-------------+----------------------------------------------------------------------------------------------+ +.. note:: For accounts users, the ``Owner`` and ``ID`` in ``AccessControlPolicy`` may be set to either the legacy user ID or the new account ID. Both are accepted for backward compatibility. Initiate Multi-part Upload -- 2.47.3