By this time, you should have configured RGW multi-site V2. In this recipe, you will test user, bucket, and object synchronization between the master and secondary sites.
Testing user, bucket, and object sync between master and secondary sites
How to do it...
We will use the following commands for testing user, bucket, and object sync between the master and secondary zones:
- Let's create an s3 user in the master site and check if it gets synced to the secondary site. You should run the following commands in the master site RGW node us-east-1:
# radosgw-admin user create --uid=pratima
--display-name="Pratima Umrao"
--id rgw.us-east...