Skip to content

Commit

Permalink
Update Guide/deployment.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
AronNovak authored Feb 16, 2024
1 parent a20ee06 commit 1ee223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide/deployment.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To switch from the local PostgreSQL instance to a managed one (you can do it aft

#### (Optional) Creating an S3 bucket

If your application needs to store files, on AWS, those should go to an S3 bucket.
If your application needs to store files, on AWS, those should use an S3 bucket for that.

Infrastructure-side preparation:
- Visit the [S3 creation page](https://s3.console.aws.amazon.com/s3/bucket/create?region=eu-west-1) and create a bucket in the same region.. If objects should or should not be public, it's up to the business requirements of the application. The S3 [ARN](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) from the S3 details page should be noted down.
Expand Down

0 comments on commit 1ee223d

Please sign in to comment.