cURL
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>" }
Render an rclone config file for the caller’s organization object storage credentials.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for rendered rclone configuration.
Rclone remote name
S3 endpoint URL
S3 region
Rendered rclone config text
Was this page helpful?