diff options
Diffstat (limited to '')
| -rw-r--r-- | user/userprefix.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/user/userprefix.json b/user/userprefix.json new file mode 100644 index 0000000..609c108 --- /dev/null +++ b/user/userprefix.json @@ -0,0 +1,15 @@ +{ + "Version": "2012-10-17", + "Statement": [ + { + "Effect": "Allow", + "Action": [ + "s3:*" + ], + "Resource": [ + "arn:aws:s3:::${aws:username}*", + "arn:aws:s3:::${aws:username}*/*" + ] + } + ] +} |
