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
Thanks for making this client library, I'm finding it immensely useful.
I'm having an issue modifying caps for a given user post-creation. It seems fine to create a user with a set of caps but post-creation doesn't seem to work. Looking at the logs in RGW it doesn't seem to be complaining about anything. Not sure if it's an issue with RGW or the library.
for example:
testuser2 = rgwadmin.create_user('testuser2',
display_name='A test user',
email='testuser2@example.org')
testuser2.update(display_name='Second test user', user_caps='buckets=*')
The request returns 200 and the RGW logs all look good.
Keen to know if you've seen this issue.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for making this client library, I'm finding it immensely useful.
I'm having an issue modifying caps for a given user post-creation. It seems fine to create a user with a set of caps but post-creation doesn't seem to work. Looking at the logs in RGW it doesn't seem to be complaining about anything. Not sure if it's an issue with RGW or the library.
for example:
The request returns 200 and the RGW logs all look good.
Keen to know if you've seen this issue.
Thanks
The text was updated successfully, but these errors were encountered: