nakama/minio-public-policy.json

20 lines
258 B
JSON
Raw Permalink Normal View History

2025-12-01 00:51:23 +00:00
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": ["*"]
},
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::nakama-media/*"
]
}
]
}