GET
/
db
/
s3
/
{YOUR_BUCKET_NAME}
/
structure
Get Structure
curl --request GET \
  --url https://7gzkqkjgcg.execute-api.us-east-2.amazonaws.com/stage/db/s3/{YOUR_BUCKET_NAME}/structure
{
  "statusCode": 200,
  "body" {
    ...
    compelete: true,
  }
}

Path

YOUR_BUCKET_NAME
string
required
The name of the S3 bucket you want reference.

Response

statusCode
number
Based off of standard HTTP request guidelines
body
object
Information concerning s3 bucket request
{
  "statusCode": 200,
  "body" {
    ...
    compelete: true,
  }
}