Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 24aa762

Browse files
committed
add quick link for aws file edit
1 parent e7a70b9 commit 24aa762

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

responses/05_confirm-aws.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ Amazon S3 Buckets are a very flexible type of data storage -- they can be config
1212

1313
1. Navigate to the [Amazon S3](https://s3.console.aws.amazon.com/s3/home) service and click on **Create bucket**.
1414
- See [_Create a Bucket_](https://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html) on AWS documentation for the most detailed instructions.
15-
1. Name the bucket whatever you'd like, and jot the name down
15+
1. Name the bucket whatever you'd like, and jot the name down.
1616
1. Select a region, and jot it down. You'll need it later. These examples use **US West (Oregon)**, also known as **us-west-2**. If you'd like to choose another region, make sure to update the `aws-config.yml` file to match.
1717
1. For all other options, accept the defaults.
18-
1. In `.github/aws-config.yml` on this branch, change the value of `s3_bucket:` to match your chosen bucket name.
19-
1. In the same file, confirm that the `region:` value matches your chosen region for the S3 bucket.
20-
1. Commit your changes.
18+
2. Edit the `.github/aws-config.yml` file on this branch, or [use this quick link]({{ repoUrl }}/edit/aws-configuration/.github/aws-config.yml?). _(We recommend opening the quick link in another tab.)_
19+
3. Change the value of `s3_bucket:` to match your chosen bucket name.
20+
4. In the same file, confirm that the `region:` value matches your chosen region for the S3 bucket.
21+
5. Commit your changes.
2122

2223
I'll respond when I detect a commit on this branch.

0 commit comments

Comments
 (0)