Listing buckets

This method will list all buckets in your S3 instance. The response from this method is similar to the one provided by the AWS API.

Listing buckets

GET
/buckets
RESPONSE BODY
[
  {
    "Name": "ExampleBucket1",
    "CreationDate": "2019-11-03T01:02:20.000Z"
  },
  {
    "Name": "ExampleBucket2",
    "CreationDate": "2015-10-20T05:16:02.000Z"
  }
]

Next articleBucket limits