R2 keys

The dash also only gets the token in the api response, and somehow generates a Access Key Secret using it (I assume)
1 Reply
Sid
Sid2y ago
Hey, there’s a dedicated API tokens page under the R2 UI that will make this easy, but for the S3-compatible API, the access key ID is the token’s ID (not visible in the UI, you can look at the network request though), and the secret access key is the SHA256 hash of the token’s value. R2’s token UI does this for you and shows you the right things. Two separate API tokens pages are admittedly not ideal, but we’re working on trying to make things better here

Did you find this page helpful?