Setting quotas for buckets via REST API

You can limit storage usage per bucket with the ostor-quotas service and the following parameters: bucket specifying the bucket name and quota-size specifying the usage limit in gigabytes:

# s3_curl PUT "http://s3.example.com/?ostor-quotas&bucket=bucket1&quota-size=256"