Skip to content

Commit

Permalink
docs: Add user bucket quota APIs to api-status
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 authored and mergify[bot] committed Feb 6, 2024
1 parent 8cc709a commit 0679355
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/api-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -2216,4 +2228,4 @@
}
]
}
}
}
2 changes: 2 additions & 0 deletions docs/api-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0679355

Please sign in to comment.