Return every S3 access key configured for this project. Plaintext
secrets are never returned here — the secret is only shown once
in the response of POST /api/storage/s3/access-keys.
GET
/
api
/
storage
/
s3
/
access-keys
List S3 Access Keys
curl --request GET \
--url https://api.example.com/api/storage/s3/access-keys \
--header 'x-api-key: <api-key>'