mirror of
https://github.com/ivabus/www
synced 2024-11-10 15:05:16 +03:00
set permission test
This commit is contained in:
parent
ec0c23f316
commit
1e43655ca4
|
@ -25,12 +25,13 @@ const serverlessConfiguration: AWS = {
|
||||||
{
|
{
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Resource": [
|
"Resource": [
|
||||||
|
"arn:aws:s3:::dist.tea.xyz",
|
||||||
"arn:aws:s3:::dist.tea.xyz/*",
|
"arn:aws:s3:::dist.tea.xyz/*",
|
||||||
"arn:aws:s3:::dist.tea.xyz/*/*",
|
"arn:aws:s3:::dist.tea.xyz/*/*",
|
||||||
],
|
],
|
||||||
"Action": [
|
"Action": [
|
||||||
"s3:Get*",
|
"s3:GetBucketAcl",
|
||||||
"s3:List*",
|
"s3:List",
|
||||||
"s3:ListBucket",
|
"s3:ListBucket",
|
||||||
"s3:PutObject"
|
"s3:PutObject"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue