clean-architecture-demo-use.../development/minio-policy.json

15 lines
231 B
JSON
Raw Normal View History

2024-10-19 10:39:31 +11:00
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::usermanager-dev/*"
]
}
]
}