Horje
splice machine s3 access Code Example
splice machine s3 access
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
              "s3:PutObject",
              "s3:GetObject",
              "s3:GetObjectVersion",
              "s3:DeleteObject",
              "s3:DeleteObjectVersion"
            ],
            "Resource": "arn:aws:s3:::<bucket_name>/<prefix>/*"
        },
        {
            "Effect": "Allow",
            "Action": "s3:ListBucket",
            "Resource": "arn:aws:s3:::<bucket_name>",
            "Condition": {
                "StringLike": {
                    "s3:prefix": [
                        "<prefix>/*"
                    ]
                }
            }
        },
        {
            "Effect": "Allow",
            "Action": "s3:GetAccelerateConfiguration",
            "Resource": "arn:aws:s3:::<bucket_name>"
        }
    ]
}




Whatever

Related
gebran bassil Code Example gebran bassil Code Example
enter a tab key in editable div Code Example enter a tab key in editable div Code Example
print("Minus - 12") Code Example print("Minus - 12") Code Example
take screenshot of scrollview android programmatically Code Example take screenshot of scrollview android programmatically Code Example
1c-umi Code Example 1c-umi Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7