S3 API
Get Structure
This endpoint returns the structure of your s3 Bucket, allowing you to see the folders and files in the bucket
GET
/
db
/
s3
/
{YOUR_BUCKET_NAME}
/
structure
Path
curl --request GET \
--url https://vdrdfvu2b3.execute-api.us-east-2.amazonaws.com/v3/db/s3/{YOUR_BUCKET_NAME}/structure
{
"statusCode": 200,
"body" {
...
compelete: true,
}
}
Path
YOUR_BUCKET_NAME
string
requiredThe 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
curl --request GET \
--url https://vdrdfvu2b3.execute-api.us-east-2.amazonaws.com/v3/db/s3/{YOUR_BUCKET_NAME}/structure
{
"statusCode": 200,
"body" {
...
compelete: true,
}
}