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
radosgw-admin4j is a Ceph object storage admin client that allows provisioning and control of a Ceph object storage deployment. This includes support for user/subuser management, quota management, usage report, bucket/object management, etc.
5
+
radosgw-admin4j is a Ceph object storage admin client that allows provisioning and control of a Ceph object storage deployment. Features include user/sub user management, quota management, usage report, bucket/object management, etc.
6
6
7
7
# Highlight
8
-
***Fully support all [operations](http://docs.ceph.com/docs/master/radosgw/adminops/)** includes **subuser**, **quota** and more in the least Ceph version.
8
+
***Fully support all [operations](http://docs.ceph.com/docs/master/radosgw/adminops/)** includes **sub user**, **quota** and more in the least Ceph version.
9
9
* An easier way to manage radosgw. Avoid troubles when working with radosgw admin APIs, especially that docs are a bit confusing and inconsistent with the code base.
10
-
* Quality and compatibility - [Continuous Integration](https://travis-ci.org/twonote/radosgw-admin4j) and tests against the least stable Ceph version (**Luminous**/**Mimic** currently. Krakan and previous should also works.)
10
+
* Quality and compatibility - [Continuous Integration](https://travis-ci.org/twonote/radosgw-admin4j) and tests against the least stable Ceph version (**Luminous**/**Mimic** currently. Kraken and previous should also work.)
11
11
* Contributor friendly - typical contribution process, no wired policies, all contributions are welcome!
12
12
13
13
# Start using
14
14
15
15
## Add dependency
16
16
17
17
You can obtain radosgw-admim4j from Maven Central using the following identifier:
We support all types of operation includes **User**, **Subuser**, **Key**, **Bucket**, **Capability**, **Quota** and **Usage**. Please check all available operations in [](https://static.javadoc.io/io.github.twonote/radosgw-admin4j/1.0.2/index.html?org/twonote/rgwadmin4j/RgwAdmin.html)
33
+
We support all types of operation includes **User**, **Subuser**, **Key**, **Bucket**, **Capability**, **Quota** and **Usage**. Please check all available operations in [](https://static.javadoc.io/io.github.twonote/radosgw-admin4j/1.3.0/index.html?org/twonote/rgwadmin4j/RgwAdmin.html)
To kick off, you need one ready to use radosgw instance and one radosgw account with proper admin capabilities. Follow the guide below to have a radowgw setup then you can fire the example code.
90
90
91
91
### “I do not have a radosgw setup currently”
@@ -94,7 +94,7 @@ You could refer the [Ceph official manual](http://docs.ceph.com/docs/master/star
0 commit comments