You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request ceph#59390 from ceph/wip-oozmen-67656
doc/rgw/account: Handling notification topics when migrating an existing user into an account
Reviewed-by: Casey Bodley <[email protected]>
Reviewed-by: Anthony D'Atri <[email protected]>
Reviewed-by: Yuval Lifshitz <[email protected]>
In this example, `RGW00000000000000001` is the account ID, `topic1` is the
221
+
topic name and `ID1` is the notification ID.
222
+
223
+
4. ``Removing Old Topics``: Once no buckets are subscribed to the old user-owned topics,
224
+
they can be removed by an admin::
225
+
226
+
$ radosgw-admin topic rm --topic topic1
227
+
190
228
Account Root example
191
229
--------------------
192
230
@@ -252,3 +290,5 @@ This example uses `awscli`_ to create an IAM user for S3 operations.
252
290
.. _Evaluating policies within a single account: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics
0 commit comments