Skip to main content
GET
string
required
The API key for your account. You can find this in your account settings.
S3 Credentials returns the access key pair that S3 tools use to sign requests to the S3 gateway. The pair is derived from the API key that calls this route: calling again returns the same pair, and revoking, regenerating or expiring the key does the same to the pair. There is nothing else to rotate or revoke. Call it with an API key that has blob:read or blob:write. The pair can read with blob:read and write with blob:write, as the access field shows.
The secret_access_key gives the same access as the API key. Store it like the key itself.
The pair doesn’t change while the API key doesn’t change. Fetch it once and keep it in your secret manager or in an environment variable: don’t call this route every time your application boots.

Rate limits

10 requests per hour per account (RATE_LIMITED, 429).

Response

string
“success” if successful, “error” if not.
object

Errors