Setting operations per second for buckets via REST API
You can limit operations rate with the ostor-limits
service and the following parameters: bucket
specifying the bucket name, ops
specifying the limit type, and default=
, get=
, put=
, list=
, or delete=
specifying the limit value:
# s3_curl PUT "http://s3.example.com/?ostor-limits&bucket=client&limit-type=ops&limit-resource=get&limit-value=3600"