DockerERTFF/app/api/s3ListBuckets.json

40 lines
639 B
JSON

{
"name": "listBuckets",
"module": "s3",
"action": "listBuckets",
"options": {
"provider": "s3"
},
"outputType": "object",
"meta": [
{
"name": "Buckets",
"type": "array",
"sub": [
{
"name": "Name",
"type": "text"
},
{
"name": "CreationDate",
"type": "date"
}
]
},
{
"name": "Owner",
"type": "object",
"sub": [
{
"name": "DisplayName",
"type": "text"
},
{
"name": "ID",
"type": "text"
}
]
}
],
"output": true
}