EasypanelDocs

Create an S3 storage provider

Validates and stores an S3-compatible backup destination.

POST
/createS3Provider

Validates and stores an S3-compatible backup destination.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/createS3Provider" \  -H "Content-Type: application/json" \  -d '{    "accessKeyId": "string",    "bucket": "string",    "name": "string",    "region": "string",    "secretAccessKey": "string",    "subtype": "other"  }'
null