File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1781,8 +1781,8 @@ void RGWGetUsage_ObjStore_S3::send_response()
17811781 encode_json (" QuotaMaxBytes" , user_info.quota .user_quota .max_size , formatter);
17821782 encode_json (" QuotaMaxBuckets" , user_info.max_buckets , formatter);
17831783 encode_json (" QuotaMaxObjCount" , user_info.quota .user_quota .max_objects , formatter);
1784- encode_json (" QuotaMaxBytesPerBucket" , user_info.quota .bucket_quota .max_objects , formatter);
1785- encode_json (" QuotaMaxObjCountPerBucket" , user_info.quota .bucket_quota .max_size , formatter);
1784+ encode_json (" QuotaMaxBytesPerBucket" , user_info.quota .bucket_quota .max_size , formatter);
1785+ encode_json (" QuotaMaxObjCountPerBucket" , user_info.quota .bucket_quota .max_objects , formatter);
17861786 // send info about user's capacity utilization
17871787 encode_json (" TotalBytes" , stats.size , formatter);
17881788 encode_json (" TotalBytesRounded" , stats.size_rounded , formatter);
You can’t perform that action at this time.
0 commit comments