Project

General

Profile

Bug #54488

Updated by Casey Bodley about 2 years ago

**According According to [[https://docs.openstack.org/api-ref/object-store/?expanded=show-container-metadata-detail#show-container-metadata]], 
 we can get the quota config by head the bucket. 

 However, rgw would not give it because `RGWOp::init_quota()` returned before the `bucket_quota` was set.

Back