diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-22 09:27:52 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-22 09:27:57 +0100 |
commit | 5cc58eda41598b00f39b30881e87a41ad704d755 (patch) | |
tree | a1939d6e724908574ca025452f268c840d3614f0 /ansible/minio/policies | |
parent | 9325449dbe8c9590d6391bb1603f8f6377c181ae (diff) | |
download | infra-5cc58eda41598b00f39b30881e87a41ad704d755.tar.gz infra-5cc58eda41598b00f39b30881e87a41ad704d755.tar.bz2 infra-5cc58eda41598b00f39b30881e87a41ad704d755.tar.xz infra-5cc58eda41598b00f39b30881e87a41ad704d755.zip |
minio.
Diffstat (limited to 'ansible/minio/policies')
-rw-r--r-- | ansible/minio/policies/backup-conflatorio.json | 1 | ||||
-rw-r--r-- | ansible/minio/policies/backup-fuckaduck.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ansible/minio/policies/backup-conflatorio.json b/ansible/minio/policies/backup-conflatorio.json new file mode 100644 index 0000000..97ea158 --- /dev/null +++ b/ansible/minio/policies/backup-conflatorio.json @@ -0,0 +1 @@ +{"Version": "2012-10-17", "Statement": [{"Action": ["s3:ListBucket"], "Resource": ["arn:aws:s3:::backup-conflatorio/*"], "Effect": "Allow", "Sid": ""}, {"Action": ["s3:GetObject", "s3:DeleteObject", "s3:PutObject"], "Resource": ["arn:aws:s3:::backup-conflatorio/*"], "Effect": "Allow", "Sid": ""}]}
\ No newline at end of file diff --git a/ansible/minio/policies/backup-fuckaduck.json b/ansible/minio/policies/backup-fuckaduck.json new file mode 100644 index 0000000..0f25369 --- /dev/null +++ b/ansible/minio/policies/backup-fuckaduck.json @@ -0,0 +1 @@ +{"Version": "2012-10-17", "Statement": [{"Action": ["s3:ListBucket"], "Resource": ["arn:aws:s3:::backup-fuckaduck/*"], "Effect": "Allow", "Sid": ""}, {"Action": ["s3:GetObject", "s3:DeleteObject", "s3:PutObject"], "Resource": ["arn:aws:s3:::backup-fuckaduck/*"], "Effect": "Allow", "Sid": ""}]}
\ No newline at end of file |