infoalloggi-monorepo/apps/storage/s3.json

15 lines
308 B
JSON
Raw Normal View History

2026-05-14 09:48:01 +02:00
{
"identities": [
{
"name": "nextjs-go-app",
"credentials": [
{
"accessKey": "my_secure_access_key",
"secretKey": "my_super_secret_key"
}
],
"actions": ["Admin", "Read", "Write"]
}
2026-05-14 09:57:35 +02:00
],
"signingKey": "QW*VK^mTbuB90L6.onBNelnvvXccKi=*"
2026-05-14 09:48:01 +02:00
}