github.com/minio/console@v1.4.1/web-app/tests/policies/deleteObjectWithPrefix.json (about)

     1  {
     2    "Version": "2012-10-17",
     3    "Statement": [
     4      {
     5        "Effect": "Allow",
     6        "Action": ["s3:ListBucket"],
     7        "Resource": ["arn:aws:s3:::testbucket-*-test-1/*"]
     8      },
     9      {
    10        "Effect": "Allow",
    11        "Action": ["s3:GetBucketLocation"],
    12        "Resource": ["arn:aws:s3:::testbucket-*-test-1"]
    13      },
    14      {
    15        "Effect": "Allow",
    16        "Action": ["s3:*"],
    17        "Resource": [
    18          "arn:aws:s3:::testbucket-*-test-1/digitalinsights/xref_cust_guid_actd*"
    19        ]
    20      },
    21  
    22      {
    23        "Effect": "Allow",
    24        "Action": ["s3:ListBucket"],
    25        "Resource": ["arn:aws:s3:::testbucket-*-test-2/*"]
    26      },
    27      {
    28        "Effect": "Allow",
    29        "Action": ["s3:GetBucketLocation"],
    30        "Resource": ["arn:aws:s3:::testbucket-*-test-2"]
    31      },
    32      {
    33        "Effect": "Allow",
    34        "Action": ["s3:*"],
    35        "Resource": [
    36          "arn:aws:s3:::testbucket-*-test-2/digitalinsights/xref_cust_guid_actd*"
    37        ]
    38      },
    39  
    40      {
    41        "Effect": "Allow",
    42        "Action": ["s3:ListBucket"],
    43        "Resource": ["arn:aws:s3:::testbucket-*-test-3/*"]
    44      },
    45      {
    46        "Effect": "Allow",
    47        "Action": ["s3:GetBucketLocation"],
    48        "Resource": ["arn:aws:s3:::testbucket-*-test-3"]
    49      },
    50      {
    51        "Effect": "Allow",
    52        "Action": ["s3:*"],
    53        "Resource": [
    54          "arn:aws:s3:::testbucket-*-test-3/digitalinsights/xref_cust_guid_actd*"
    55        ]
    56      }
    57    ]
    58  }