API Example Requests
Create a Bucket
curl -X PUT http://localhost:8080/buckets/<bucketName>Get a Bucket
{
"BucketName": "motation",
"ACL": "",
"CORS": "",
"Created": "",
"Policy": "",
"Region": "",
"Versioned": false,
"Website": ""
}List all Buckets
Last updated
Was this helpful?