Skip to content

Commit

Permalink
Merge pull request #34974 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 17, 2024
2 parents 5c7a242 + 300a413 commit ae02d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ If you're migrating from {% data variables.product.prodname_ghe_server %} 3.7 or

{% data reusables.enterprise-migration-tool.azure-storage-connection-key %}
* For AWS S3, set the following environment variables.
* `AWS_ACCESS_KEY`: The access key for your bucket
* `AWS_SECRET_KEY`: The secret key for your bucket
* `AWS_ACCESS_KEY_ID`: The access key id for your bucket
* `AWS_SECRET_ACCESS_KEY`: The secret key for your bucket
* `AWS_REGION`: The AWS region where your bucket is located
* `AWS_SESSION_TOKEN`: The session token, if you're using AWS 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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ To migrate your repositories, run the generated script.
Before running the script, you must set additional environment variables to authenticate to your blob storage provider.
* For AWS S3, set the following environment variables.
* `AWS_ACCESS_KEY`: The access key for your bucket
* `AWS_SECRET_KEY`: The secret key for your bucket
* `AWS_ACCESS_KEY_ID`: The access key id for your bucket
* `AWS_SECRET_ACCESS_KEY`: The secret key for your bucket
* `AWS_REGION`: The AWS region where your bucket is located
* `AWS_SESSION_TOKEN`: The session token, if you're using AWS 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)
* For Azure Blob Storage, set `AZURE_STORAGE_CONNECTION_STRING` to the connection string for your Azure storage account.
Expand Down

0 comments on commit ae02d76

Please sign in to comment.