Setting quotas for users via REST API

You can limit storage usage per user with the ostor-quotas service and the following parameters: emailAddress specifying the email address and quota-size specifying the usage limit in gigabytes:

# s3_curl PUT "http://s3.example.com/?ostor-quotas&emailAddress=user@example.com&quota-size=1024"