Setting bandwidth per second for buckets via REST API
You can limit outgoing bandwidth of a response with the ostor-limits service and the following parameters: bucket specifying the bucket name, bandwidth specifying the limit type, and out= specifying the limit value:
# s3_curl PUT "http://s3.example.com/?ostor-limits&bucket=client&limit-type=bandwidth&limit-resource=out&limit-value=100"