ListBuckets
GET/buckets
Retrieve a list containing every bucket.
Parameters
Limit response to this number of resources. Default to 25.
The value of token returned in prior request (used for pagination).
Example
GET
https://buckets.cloud.us.stedi.com/2022-05-05/buckets?pageSize=45&pageToken=...CreateBucket
POST/buckets
Create a new bucket.
Request body
application/json
Bucket identifier. Be aware that the bucket namespace is shared across all customers, and try to pick a name that is not likely to already be in use.
[EXPERIMENTAL FEATURE] Describes the notification configuration for a Stedi bucket.
BucketNotificationConfigurations
object. Example
POST
https://buckets.cloud.us.stedi.com/2022-05-05/bucketsExample
GET
https://buckets.cloud.us.stedi.com/2022-05-05/buckets/2ylpgnUpdateBucket
Update a bucket.
Parameters
The name of the Stedi bucket Pattern:
^[a-z0-9-]+$
Request body
application/json
[EXPERIMENTAL FEATURE] Describes the notification configuration for a Stedi bucket.
BucketNotificationConfigurations
object. Example
PUT
https://buckets.cloud.us.stedi.com/2022-05-05/buckets/hsu3DeleteBucket
Delete a bucket. Bucket must be empty.
Parameters
The name of the Stedi bucket Pattern:
^[a-z0-9-]+$
Example
DELETE
https://buckets.cloud.us.stedi.com/2022-05-05/buckets/t7ccListObjects
Retrieve a list containing every object.
Parameters
The name of the Stedi bucket Pattern:
^[a-z0-9-]+$
Limit response to this number of resources. Default to 25.
The value of token returned in prior request (used for pagination).
Example
GET
https://buckets.cloud.us.stedi.com/2022-05-05/buckets/m/objects?pageSize=13&pageToken=...GetObject
Retrieves an object from a bucket.
[IMPORTANT] This operation is currently only supported through the SDK. Direct API calls will fail.
Parameters
The name of the Stedi bucket Pattern:
^[a-z0-9-]+$
Example
GET
https://buckets.cloud.us.stedi.com/2022-05-05/buckets/ku/objects/...PutObject
Writes an object to a bucket.
[IMPORTANT] This operation is currently only supported through the SDK. Direct API calls will fail.
Parameters
The name of the Stedi bucket Pattern:
^[a-z0-9-]+$
Request body
application/octet-stream
Requiredstring
body
Requiredapplication/octet-streamBinary representation of the file
Example
PUT
https://buckets.cloud.us.stedi.com/2022-05-05/buckets/0d1g/objects/...Example
DELETE
https://buckets.cloud.us.stedi.com/2022-05-05/buckets/bk-i/objects/...