This commit enables the management of `accounts` user capabilities, as required by `RGWOp_Account_Create`, `RGWOp_Account_Modify`, etc. REST operations.
Signed-off-by: Richard Poole <richard.poole@cudoventures.com>
(cherry picked from commit
3d3380f5fe3bd479818b8b867a3e54153df43332)
"amz-cache",
"oidc-provider",
"user-info-without-keys",
- "ratelimit"};
+ "ratelimit",
+ "accounts"};
for (unsigned int i = 0; i < sizeof(cap_type) / sizeof(char *); ++i) {
if (tp.compare(cap_type[i]) == 0) {