15 lines
231 B
JSON
15 lines
231 B
JSON
|
{
|
||
|
"Version": "2012-10-17",
|
||
|
"Statement": [
|
||
|
{
|
||
|
"Effect": "Allow",
|
||
|
"Action": [
|
||
|
"s3:GetObject",
|
||
|
"s3:PutObject"
|
||
|
],
|
||
|
"Resource": [
|
||
|
"arn:aws:s3:::usermanager-dev/*"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|