Pod Events (#807)

* Pod Events

* restoring files

* restoring files

* make assets

Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
Co-authored-by: Adam Stafford <adam@minio.io>
Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
This commit is contained in:
adfost
2021-06-17 16:24:22 -07:00
committed by GitHub
parent 34b05bd426
commit 09503ed0c8
31 changed files with 1051 additions and 152 deletions

View File

@@ -1,15 +1,11 @@
{
"name": "consoleTestUserAddOnly",
"Statement": [
{
"Action": [
"admin:CreateUser"
],
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::*"
]
}
],
"version": "2012-10-17"
"name": "consoleTestUserAddOnly",
"Statement": [
{
"Action": ["admin:CreateUser"],
"Effect": "Allow",
"Resource": ["arn:aws:s3:::*"]
}
],
"version": "2012-10-17"
}