S3 Storages
Create S3 Storage
Create a new S3 storage configuration for the authenticated team.
post/s3-storages
Request body
Example request
{
"name": "My S3 Storage",
"endpoint": "https://s3.us-east-1.amazonaws.com",
"bucket": "my-bucket",
"region": "us-east-1"
}Response
S3 storage created.
Example response
{
"uuid": "og888os"
}