cURL
curl --request GET \ --url https://api.example.com/object-storage/configure/aws \ --header 'Authorization: Bearer <token>'
{ "profile_name": "<string>", "endpoint": "<string>", "region": "<string>", "credentials_file": "<string>", "config_file": "<string>" }
Render AWS CLI config snippets 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 AWS CLI configuration.
AWS CLI profile name
S3 endpoint URL
S3 region
AWS shared credentials file snippet
AWS shared config file snippet
Was this page helpful?