I want to limit each user on rgw object gateway (radosgw) usage that gets from radosgw-admin usage show --uid=johndoe --start-date=2012-03-01 --end-date=2012-04-01
Any way that I can set limit on these parameters from usage show
command?
For example user johndoe can only have 1000ops per month or 1000000bytes put_object per month.
It's okay if there is a solution in nginx or in other layers of the Ceph object gateway stack.