Object Storage Orchestration API Reference

Table Of Contents
Chapter 2. User Management
2.6.4.4 Sample Response #2
HTTP/1.1 204 No Content
Transfer-encoding : chunked
Server : nginx/1.8.1
Connection: closed
x-amz-request-id : 80000000000000030005c8caec96d65b
Date : Thu, 07 Apr 2016 14:08:56 GMT
Content-type : application/json
2.7 GET Service ostor-buckets
2.7.1 Description
Lists information on all buckets or the buckets of the user specified by either email or ID.
2.7.2 Requests
2.7.2.1 Syntax
GET /?ostor-buckets HTTP/1.1
Host: s3.amazonaws.com
Date: <date>
Authorization: <authorization_string>
GET /?ostor-buckets&emailAddress=<value> HTTP/1.1
Host: s3.amazonaws.com
Date: <date>
Authorization: <authorization_string>
GET /?ostor-buckets&id=<value> HTTP/1.1
Host: s3.amazonaws.com
Date: <date>
Authorization: <authorization_string>
22