From 5b42837d774f97a8a24e86e6c2764ccb910d86eb Mon Sep 17 00:00:00 2001 From: Kharitonov Maksim Andreevich Date: Wed, 27 Jul 2022 14:01:47 +0300 Subject: [PATCH] docs: Update API status --- docs/api-status.json | 30 ++++++++++++++++++++++++++++++ docs/api-status.md | 6 +++++- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/docs/api-status.json b/docs/api-status.json index 1d4a3f9..58cd0c6 100644 --- a/docs/api-status.json +++ b/docs/api-status.json @@ -1785,6 +1785,36 @@ "comment": "ModifySubuser - https://docs.ceph.com/en/latest/radosgw/adminops/#modify-subuser\n", "added_in_version": "v0.15.0", "expected_stable_version": "v0.17.0" + }, + { + "name": "API.ListUsersBuckets", + "comment": "ListUsersBuckets will return the list of all users buckets without stat.\n", + "added_in_version": "v0.17.0", + "expected_stable_version": "v0.19.0" + }, + { + "name": "API.ListUsersBucketsWithStat", + "comment": "ListUsersBucketsWithStat will return the list of all users buckets with stat.\n", + "added_in_version": "v0.17.0", + "expected_stable_version": "v0.19.0" + }, + { + "name": "API.CreateKey", + "comment": "CreateKey will generate new keys or add specified to keyring.\nhttps://docs.ceph.com/en/latest/radosgw/adminops/#create-key.\n", + "added_in_version": "v0.17.0", + "expected_stable_version": "v0.19.0" + }, + { + "name": "API.RemoveKey", + "comment": "RemoveKey will remove an existing key.\nhttps://docs.ceph.com/en/latest/radosgw/adminops/#remove-key\nKeySpec.SecretKey parameter shouldn't be provided and will be ignored.\n", + "added_in_version": "v0.17.0", + "expected_stable_version": "v0.19.0" + }, + { + "name": "API.SetIndividualBucketQuota", + "comment": "SetIndividualBucketQuota sets quota to a specific bucket.\nhttps://docs.ceph.com/en/latest/radosgw/adminops/#set-quota-for-an-individual-bucket.\n", + "added_in_version": "v0.17.0", + "expected_stable_version": "v0.19.0" } ], "stable_api": [ diff --git a/docs/api-status.md b/docs/api-status.md index ae1a2ae..578680d 100644 --- a/docs/api-status.md +++ b/docs/api-status.md @@ -58,6 +58,11 @@ API.LinkBucket | v0.15.0 | v0.17.0 | API.CreateSubuser | v0.15.0 | v0.17.0 | API.RemoveSubuser | v0.15.0 | v0.17.0 | API.ModifySubuser | v0.15.0 | v0.17.0 | +API.ListUsersBuckets | v0.17.0 | v0.19.0 | +API.ListUsersBucketsWithStat | v0.17.0 | v0.19.0 | +API.CreateKey | v0.17.0 | v0.19.0 | +API.RemoveKey | v0.17.0 | v0.19.0 | +API.SetIndividualBucketQuota | v0.17.0 | v0.19.0 | ## Package: common/admin/manager @@ -81,4 +86,3 @@ Admin.CreateCephFSExport | v0.16.0 | v0.18.0 | Admin.RemoveExport | v0.16.0 | v0.18.0 | Admin.ListDetailedExports | v0.16.0 | v0.18.0 | Admin.ExportInfo | v0.16.0 | v0.18.0 | -