Skip to content

Commit

Permalink
Fix Typo in README
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias H. <mahartma@mahartma.com>
  • Loading branch information
waaaaargh and ma-hartma committed Oct 30, 2020
1 parent ecec5de commit 4b69e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/amazons3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Optionally, some configuration parameters may be supplied as GET style parameter

For security reasons, we recommend setting up an S3 bucket and using short-lived credentials such as EC2 instance roles whenever feasible.

In situations where this is not possible, long-lived credentials such as IAM users are a good options.
In situations where this is not possible, long-lived credentials such as IAM users are a good option.

In both cases, we recommend sticking to the principle of least privilege as outlined in [AWS IAM's best practices][2].

For inspiration, you can have a look at the [AWS Cloudformation template][3] we use to deploy testing infrastructure for this backend.

[1]: https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/
[2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege
[3]: test_setup.template.yaml
[3]: test_setup.template.yaml

0 comments on commit 4b69e0c

Please sign in to comment.