new tool (very early)
[hband-tools.git] / aws / s3_quota / policy-s3puttag.json
blobbad15fb359fea9aaeb6cb27b1f048b1b82ededc9
2    "Version" : "2012-10-17",
3    "Statement" : [
4       {
5          "Effect" : "Allow",
6          "Resource" : [
7             "arn:aws:s3:::*"
8          ],
9          "Action" : [
10             "s3:PutObjectTagging"
11          ]
12       }
13    ]