From: kchheda3 Date: Mon, 10 Nov 2025 22:33:41 +0000 (-0500) Subject: rgw/account: Update the docs to add note about supporting backward compatibility... X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6d8dd942d28be4646bf41c206a8f0aefcf13ddd3;p=ceph.git 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 --- diff --git a/doc/radosgw/s3/bucketops.rst b/doc/radosgw/s3/bucketops.rst index 664b46ee6946..87661dd339ba 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 5af82eb5a42e..2e2a518faa80 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