Objects
List objects in an S3 bucket (ListObjectsV2)
Request Body
application/json
endpoint*string
S3-compatible endpoint URL or host
region*string
access_key_id*string
secret_key*string
bucket*string
prefix?|
delimiter?|
continuation_token?|
max_keys?integer
Default
200Format
int32Response Body
application/json
curl -X POST "https://athena-cluster.com/storage/objects" \ -H "Content-Type: application/json" \ -d '{ "endpoint": "string", "region": "string", "access_key_id": "string", "secret_key": "string", "bucket": "string" }'Empty
Empty
{
"status": "error",
"message": "string",
"error": "string"
}