twonote / radosgw-admin4j

A Ceph Object Storage Admin SDK / Client Library for Java ✨🍰✨
https://twonote.github.io/radosgw-admin4j
Apache License 2.0
61 stars 33 forks source link

Fix a bug about the wrong serializedName of Permission.READWRITE. #26

Closed AlexWangD closed 5 years ago

AlexWangD commented 5 years ago

Fix a bug. If a subUser have READWRITE permission, you will get a NULL PERMISSION when you get subUser info. This commit can fix this bug by modify the serializedName of Permission.READWRITE.

hrchu commented 5 years ago

@AlexWangD nice catch! I will check it later, thanks!

hrchu commented 5 years ago

I am going to rolling out a new version to address this. Thanks again!.

hrchu commented 5 years ago

@AlexWangD the new version has been rolling out. Try https://search.maven.org/#artifactdetails%7Cio.github.twonote%7Cradosgw-admin4j%7C2.0.2%7Cjar

Thanks!