-
Notifications
You must be signed in to change notification settings - Fork 61.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve blob storage-related documentation for GitHub Enterprise Impo…
…rter (#35978) Co-authored-by: Laura Coursen <lecoursen@github.com>
- Loading branch information
Showing
5 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
data/reusables/enterprise-migration-tool/aws-credentials-cli.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
When you're ready to run your migration, you can either pass your bucket name, access key, and secret key into the {% data variables.product.prodname_cli %} as arguments, or pass them in using environment variables called `AWS_BUCKET_NAME`, `AWS_ACCESS_KEY`, and `AWS_SECRET_KEY`. | ||
When you're ready to run your migration, you will need to provide your AWS credentials to the {% data variables.product.prodname_cli %}: region, access key, secret key, and session token (if required). You can pass them as arguments, or set environment variables called `AWS_REGION`, `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN`. | ||
|
||
You will also need to pass in the name of the S3 bucket using the `--aws-bucket-name` argument. |
1 change: 1 addition & 0 deletions
1
data/reusables/enterprise-migration-tool/aws-region-placeholder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
AWS-REGION | The AWS region where your S3 bucket is located |
1 change: 1 addition & 0 deletions
1
data/reusables/enterprise-migration-tool/aws-session-token-placeholder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
AWS-SESSION-TOKEN | The AWS session token, if you're using temporary credentials (see [Using temporary credentials with AWS resources](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html) in the AWS documentation) |