Skip to content

Commit

Permalink
rgw/admin: Promote {Get,Set}BucketQuota APIs to stable
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
  • Loading branch information
anoopcs9 authored and mergify[bot] committed Jun 7, 2024
1 parent e0e4115 commit 7d15378
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 24 deletions.
27 changes: 13 additions & 14 deletions docs/api-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -2013,20 +2013,7 @@
]
},
"rgw/admin": {
"preview_api": [
{
"name": "API.GetBucketQuota",
"comment": "GetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#get-bucket-quota\n",
"added_in_version": "v0.26.0",
"expected_stable_version": "v0.28.0"
},
{
"name": "API.SetBucketQuota",
"comment": "SetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#set-bucket-quota\n",
"added_in_version": "v0.26.0",
"expected_stable_version": "v0.28.0"
}
],
"preview_api": [],
"stable_api": [
{
"name": "API.ListBuckets",
Expand Down Expand Up @@ -2164,6 +2151,18 @@
"comment": "GetInfo - https://docs.ceph.com/en/latest/radosgw/adminops/#info\n",
"added_in_version": "v0.25.0",
"became_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": "v0.26.0",
"became_stable_version": "v0.28.0"
},
{
"name": "API.SetBucketQuota",
"comment": "SetBucketQuota - https://docs.ceph.com/en/latest/radosgw/adminops/#set-bucket-quota\n",
"added_in_version": "v0.26.0",
"became_stable_version": "v0.28.0"
}
]
},
Expand Down
7 changes: 1 addition & 6 deletions docs/api-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ No Preview/Deprecated APIs found. All APIs are considered stable.

## Package: rgw/admin

### Preview APIs

Name | Added in Version | Expected Stable Version |
---- | ---------------- | ----------------------- |
API.GetBucketQuota | v0.26.0 | v0.28.0 |
API.SetBucketQuota | v0.26.0 | v0.28.0 |
No Preview/Deprecated APIs found. All APIs are considered stable.

## Package: common/admin/manager

Expand Down
2 changes: 0 additions & 2 deletions rgw/admin/user_bucket_quota.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build ceph_preview

package admin

import (
Expand Down
2 changes: 0 additions & 2 deletions rgw/admin/user_bucket_quota_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build ceph_preview

package admin

import (
Expand Down

0 comments on commit 7d15378

Please sign in to comment.