docs: Add user bucket quota APIs to api-status

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
Anoop C S 2024-01-30 13:52:42 +05:30 committed by mergify[bot]
parent 8cc709a846
commit 06793550b8
2 changed files with 15 additions and 1 deletions

View File

@ -2006,6 +2006,18 @@
"comment": "GetInfo - https://docs.ceph.com/en/latest/radosgw/adminops/#info\n",
"added_in_version": "v0.25.0",
"expected_stable_version": "v0.27.0"
},
{
"name": "API.GetBucketQuota",
"comment": "GetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#get-bucket-quota\n",
"added_in_version": "$NEXT_RELEASE",
"expected_stable_version": "$NEXT_RELEASE_STABLE"
},
{
"name": "API.SetBucketQuota",
"comment": "SetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#set-bucket-quota\n",
"added_in_version": "$NEXT_RELEASE",
"expected_stable_version": "$NEXT_RELEASE_STABLE"
}
],
"stable_api": [
@ -2216,4 +2228,4 @@
}
]
}
}
}

View File

@ -41,6 +41,8 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
Name | Added in Version | Expected Stable Version |
---- | ---------------- | ----------------------- |
API.GetInfo | v0.25.0 | v0.27.0 |
API.GetBucketQuota | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
API.SetBucketQuota | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
## Package: common/admin/manager