removes mentions of hentai.loan, fixes sentence

This commit is contained in:
wxcafé 2017-10-30 05:44:05 +01:00 committed by GitHub
parent a75e75b63a
commit 32b98791df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ S3 Bucket is just the name of the bucket, e.g. `bucketname` not the full ARN.
S3 Region is the AWS code for the region e.g. `ap-northeast-1` not the name of the city displayed on the AWS Dashboard.
To protect the privacy of the users of the your instance, you should have permissons on the your S3 bucket set to no-read and no-write for the public and non-application-specific AWS users, with only one authorized IAM user or group set up to be able to upload or display content. This is an example of an IAM policy used for the S3 bucket used Mastadon instance hentai.loan:
To protect the privacy of the users of the your instance, you should have permissons on the your S3 bucket set to no-read and no-write for the public and non-application-specific AWS users, with only one authorized IAM user or group set up to be able to upload or display content. This is an example of an IAM policy used for the S3 bucket:
{
"Version": "2012-10-17",
@ -77,8 +77,8 @@ To protect the privacy of the users of the your instance, you should have permis
"s3:*"
],
"Resource": [
"arn:aws:s3:::hentailoan",
"arn:aws:s3:::hentailoan/*"
"arn:aws:s3:::mastodon",
"arn:aws:s3:::mastodon/*"
]
}
]