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

Repo sync #34974

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
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
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
Loading