Setting operations per second for users via REST API
You can limit operations rate with the ostor-limits
service and the following parameters: emailAddress
specifying the email address, 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&emailAddress=client@example.com&limit-type=ops&limit-resource=get&limit-value=3600"