Skip to main content
POST
Create storage provider

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization
string
required

The organization slug

Body

application/json
name
string
required
Maximum string length: 255
provider
enum<string>
required
Available options:
s3,
spaces,
hetzner,
ovh,
scaleway,
custom
region
string
bucket
string | null
directory
string | null
endpoint
string<uri>
access_key
string | null
secret_key
string | null
assume_role
boolean

Response

StorageProviderResource

data
StorageProviderResource · object
required