Skip to main content
GET
/
object-storage
/
configure
/
rclone
Render rclone configuration
curl --request GET \
  --url https://api.example.com/object-storage/configure/rclone \
  --header 'Authorization: Bearer <token>'
{
  "remote_name": "<string>",
  "endpoint": "<string>",
  "region": "<string>",
  "rclone_config": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Response model for rendered rclone configuration.

remote_name
string
required

Rclone remote name

endpoint
string
required

S3 endpoint URL

region
string
required

S3 region

rclone_config
string
required

Rendered rclone config text