Skip to main content
PUT
Update S3 configuration

Authorizations

Authorization
string
header
required

Scoped API key created via POST /api/account/keys.

Body

application/json

S3 config

accessKey
string

S3 access key ID

autoPersist
boolean

Whether to automatically persist incoming media to S3

bucket
string

S3 bucket name for media storage

Example:

"my-media-bucket"

endpoint
string

S3-compatible endpoint URL

Example:

"https://s3.amazonaws.com"

region
string

AWS region code

Example:

"us-east-1"

secretKey
string

S3 secret access key

Response

OK

Simple success/failure response with no data payload

message
string

Human-readable result message

success
boolean

Whether the operation succeeded