]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: implement set account quota for admin REST APIs
authornliu204 <NLIU204@bloomberg.net>
Wed, 10 Sep 2025 21:41:43 +0000 (17:41 -0400)
committernliu204 <NLIU204@bloomberg.net>
Thu, 16 Oct 2025 15:23:31 +0000 (11:23 -0400)
commite45368e97a36da4b8e20a3850bee1b6028e350a9
tree49bdc09adbd46d81d89d22b1741b58c14f6397e9
parent17244c075d750e49cc16dfe75559fa099aba9590
rgw: implement set account quota for admin REST APIs
This commit implements the functionality of setting bucket- and account-level quotas with PUT /admin/account

tracker: https://tracker.ceph.com/issues/72527
Signed-off-by: Nicholas Liu <nliu204@bloomberg.net>
src/rgw/rgw_rest_account.cc
src/test/CMakeLists.txt
src/test/test_rgw_admin_account_quota_set.cc [new file with mode: 0644]
src/test/test_rgw_admin_helper.cc [new file with mode: 0644]
src/test/test_rgw_admin_helper.h [new file with mode: 0644]