Object Storage Orchestration API Reference

Table Of Contents
2.5. PUT Service ostor-limits
2.5.2 Requests
2.5.2.1 Syntax
PUT /?ostor-limits&emailAddress=<value> HTTP/1.1
Host: s3.amazonaws.com
Date: <date>
Authorization: <authorization_string>
GET /?ostor-limits&bucket=<value> HTTP/1.1
Host: s3.amazonaws.com
Date: <date>
Authorization: <authorization_string>
2.5.2.2 Parameters
Parameter Description Required
emailAddress User email address.
Type: string.
Default value: none.
Yes*
id User ID.
Type: string.
Default value: none.
Yes*
bucket Bucket name.
Type: string.
Default value: none.
Yes
bandwidth Enables bandwidth limits.
Bandwidth limits types: { out | kb/s }
Type: flag.
Yes**
ops Enables operations limits. If set, all unspecified bandwidth limits are
set to 0.
Operations limits types: { default | ops/min, put | ops/min , get |
ops/min, list | ops/min, delete | ops/min }
Type: flag.
Yes**
15