infoalloggi-monorepo/apps/infoalloggi/s3.json
2026-05-14 09:57:35 +02:00

15 lines
No EOL
308 B
JSON

{
"identities": [
{
"name": "nextjs-go-app",
"credentials": [
{
"accessKey": "my_secure_access_key",
"secretKey": "my_super_secret_key"
}
],
"actions": ["Admin", "Read", "Write"]
}
],
"signingKey": "QW*VK^mTbuB90L6.onBNelnvvXccKi=*"
}