Skip to content

get credentials for an S3 bucket

GET
/s3-credential/endpoint/{endpoint_id}/bucket/{bucket_id}
curl --request GET \
--url https://example.com/s3-credential/endpoint/example/bucket/example

Get credentials for an S3 bucket

endpoint_id
required
string
bucket_id
required
string

Success

Media type application/json
object
endpoint
required

URL to the endpoint

string
/(https*):\/\/(.+)/
bucket
required

Name of the bucket

string
access_key
required

Access key for the bucket

string
secret_key
required

Secret key for the bucket

string
Example
{
"endpoint": "http://candig.docker.internal:9000"
}