Setting default quotas via REST API
You can limit storage usage for all users or buckets by default with the ostor-quotas
service and the following parameters: default
specifying user
for users or bucket
for buckets and quota-size
specifying the usage limit in gigabytes:
# s3_curl PUT "http://s3.example.com/?ostor-quotas&default=user"a-size=1024"
# s3_curl PUT "http://s3.example.com/?ostor-quotas&default=bucket"a-size=256"