Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More detailed instructions for configuring AWS CLI (#2305)
Add more detailed instructions to the /settings/cloud/ page. (Remember that the AWS stuff won't appear on that page unless you set `AWS_VERIFICATION_BUCKET_NAME` in `.env`.) It's important to tell people that they need to enable the `AmazonS3FullAccess` policy. Perhaps that part is obvious to people who use AWS regularly, but to me it is extremely strange and unintuitive that if you *create a user with the default settings*: - That user is allowed to access S3 buckets in its own account, if the bucket's policy says it's okay. - That user is *not* allowed to access S3 buckets in other AWS accounts, regardless of the bucket's policy. (Pull #2292 addresses another facet of the same issue.)
- Loading branch information