repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
new tool
[hband-tools.git]
/
aws
/
s3_quota
/
policy-listusers.json
blob
14d96d9d110202d910c4b7ef58b1b8e88e0495c9
1
{
2
"Version" : "2012-10-17",
3
"Statement" : [
4
{
5
"Effect" : "Allow",
6
"Resource" : [
7
"*"
8
],
9
"Action" : [
10
"iam:ListUsers"
11
]
12
}
13
]
14
}