From 24c41a1f5184f4b7d817619900d530e015b9adc3 Mon Sep 17 00:00:00 2001 From: hrchu Date: Mon, 27 Nov 2017 14:20:14 +0800 Subject: [PATCH] doc: rgw adminops binding libraries Signed-off-by: hrchu --- doc/radosgw/adminops.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index be079464627ff..6422cf8401502 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -1945,6 +1945,30 @@ Standard Error Responses + +Binding libraries +======================== + +``Golang`` + + - `QuentinPerez/go-radosgw`_ + +``Java`` + + - `twonote/radosgw-admin4j`_ + +``Python`` + + - `UMIACS/rgwadmin`_ + - `valerytschopp/python-radosgw-admin`_ + + + .. _Admin Guide: ../admin .. _Quota Management: ../admin#quota-management .. _Multitenancy: ./multitenancy +.. _QuentinPerez/go-radosgw: https://github.com/QuentinPerez/go-radosgw +.. _twonote/radosgw-admin4j: https://github.com/twonote/radosgw-admin4j +.. _UMIACS/rgwadmin: https://github.com/UMIACS/rgwadmin +.. _valerytschopp/python-radosgw-admin: https://github.com/valerytschopp/python-radosgw-admin + -- 2.39.5