Split RGW user in two
Currently, there is only one RGW user in the service, who owns the buckets and manage S3 keys.
The two tasks should be separated into two different user.
- One user who creates and manage S3 Keys. He should have the permissions
users=read,users=write
. - One user who creates and manage the buckets. He should be able to create an unlimited number of buckets.
Edited by Daniel Göbel