We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174a433 commit 1b979c0Copy full SHA for 1b979c0
changelog.txt
@@ -1,3 +1,7 @@
1
+2.0.1 (2019-11-12)
2
+- Bugfix: If a subUser have READWRITE permission, you will get a NULL.
3
+- Compatible to Java 11
4
+
5
2.0.0 (2019-06-04)
6
- Breaking change: setBucketQuota(String userId, String bucket...) is now be
7
setIndividualBucketQuota(...) for disambiguation.
pom.xml
@@ -5,7 +5,7 @@
<groupId>io.github.twonote</groupId>
<artifactId>radosgw-admin4j</artifactId>
8
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2</version>
9
<packaging>jar</packaging>
10
11
<name>radosgw-admin4j</name>
0 commit comments