cURL
curl --request GET \ --url https://api.shelv.dev/api/shelves/{id}/creds \ --header 'Authorization: Bearer <token>'
{ "accessKeyId": "<string>", "bucket": "<string>", "endpoint": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "prefix": "<string>", "region": "<string>", "secretAccessKey": "<string>", "sessionToken": "<string>" }
Get scoped, temporary S3-compatible credentials for mounting a shelf’s filesystem. Only available for shelves in ready status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
60 <= x <= 86400
Temporary credentials