Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1275640] Corrected a link in s3 Migration guidance #545

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/documentation/deploying_services/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ The migration process has two main steps:

To start this migration, you need to apply an IAM bucket policy to your AWS account. This IAM policy will let objects move from the PaaS S3 bucket to your S3 bucket.

Before creating the bucket policy, you’ll need the Amazon Resource Name (ARN) of the PaaS bucket’s owner. To get this ARN, [create a service key and get the service key credentials](#connect-to-an-s3-bucket-from-outside-of-the-govuk-paas).
Before creating the bucket policy, you’ll need the Amazon Resource Name (ARN) of the PaaS bucket’s owner. To get this ARN, [create a service key and get the service key credentials](/deploying_services/s3/#connect-to-an-s3-bucket-from-outside-of-the-gov-uk-paas).

Export the credentials as AWS environment variables or create a profile in `~/.aws/credentials` to make the PaaS user’s credentials available to the AWS CLI.

Expand Down