Answers for "status code 403 codebuild"

-3

status code 403 codebuild

{
    "Effect": "Allow",
    "Action": [
        "s3:PutObject",
        "s3:GetObject",
        "s3:GetObjectVersion",
        "s3:GetBucketAcl",
        "s3:GetBucketLocation"
    ],
    "Resource": [
        "arn:aws:s3:::${BUCKET_NAME}*"
    ]
},
Posted by: Guest on January-08-2021

Browse Popular Code Answers by Language