Skip to content

Commit

Permalink
documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
al-indigo committed Sep 13, 2020
1 parent f84afd4 commit 4b5851f
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation"
],
"Resource": [
"arn:aws:s3:::lingvodoc-temp-files/*"
]
}
]
}
11 changes: 11 additions & 0 deletions aux_scripts/minio_config/lingvodoc_temp_objects_rw_prod_main.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetBucketLocation",
"s3:ListBucket",
"s3:ListBucketMultipartUploads"
],
"Resource": [
"arn:aws:s3:::lingvodoc-temp-files/*"
]
},
{
"Effect": "Allow",
"Action": [
Expand Down
11 changes: 11 additions & 0 deletions aux_scripts/minio_config/lingvodoc_temp_objects_rw_prod_tomsk.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetBucketLocation",
"s3:ListBucket",
"s3:ListBucketMultipartUploads"
],
"Resource": [
"arn:aws:s3:::lingvodoc-temp-files/*"
]
},
{
"Effect": "Allow",
"Action": [
Expand Down
11 changes: 11 additions & 0 deletions aux_scripts/minio_config/lingvodoc_temp_objects_rw_staging.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetBucketLocation",
"s3:ListBucket",
"s3:ListBucketMultipartUploads"
],
"Resource": [
"arn:aws:s3:::lingvodoc-temp-files/*"
]
},
{
"Effect": "Allow",
"Action": [
Expand Down

0 comments on commit 4b5851f

Please sign in to comment.