ObjectsFolder
Create a folder placeholder (prefix) in the bucket
Request Body
application/json
endpoint*string
S3-compatible endpoint URL or host
region*string
access_key_id*string
secret_key*string
bucket*string
prefix*string
Response Body
application/json
curl -X POST "https://athena-cluster.com/storage/objects/folder" \ -H "Content-Type: application/json" \ -d '{ "endpoint": "string", "region": "string", "access_key_id": "string", "secret_key": "string", "bucket": "string", "prefix": "string" }'Empty
Empty
{
"status": "error",
"message": "string",
"error": "string"
}