{ "opencollection": "1.0.0", "info": { "name": "International Business Machines IBM Cloud Object Storage Analyze Objects API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Objects", "type": "folder" }, "items": [ { "info": { "name": "International Business Machines List objects in a bucket", "type": "http" }, "http": { "method": "GET", "url": "https://s3.us-south.cloud-object-storage.appdomain.cloud/:bucket", "params": [ { "name": "bucket", "value": "", "type": "path" }, { "name": "prefix", "value": "", "type": "query" }, { "name": "max-keys", "value": "", "type": "query" } ] }, "docs": "List objects stored in a bucket." }, { "info": { "name": "International Business Machines Get an object", "type": "http" }, "http": { "method": "GET", "url": "https://s3.us-south.cloud-object-storage.appdomain.cloud/:bucket/:key", "params": [ { "name": "bucket", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "path" } ] }, "docs": "Retrieve an object from a bucket." }, { "info": { "name": "International Business Machines Upload an object", "type": "http" }, "http": { "method": "PUT", "url": "https://s3.us-south.cloud-object-storage.appdomain.cloud/:bucket/:key", "params": [ { "name": "bucket", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "path" } ] }, "docs": "Upload an object to a bucket." }, { "info": { "name": "International Business Machines Delete an object", "type": "http" }, "http": { "method": "DELETE", "url": "https://s3.us-south.cloud-object-storage.appdomain.cloud/:bucket/:key", "params": [ { "name": "bucket", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "path" } ] }, "docs": "Delete an object from a bucket." } ] } ], "bundled": true }