From 300a413c1e2689ce37b7203fd4d0ee29e24e7612 Mon Sep 17 00:00:00 2001 From: Rob Anderson Date: Thu, 17 Oct 2024 02:22:05 -0700 Subject: [PATCH] update aws blob env vars used by GEI (#50847) Co-authored-by: Felicity Chapman --- ...rom-github-enterprise-server-to-github-enterprise-cloud.md | 4 ++-- ...tories-from-bitbucket-server-to-github-enterprise-cloud.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md b/content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md index 39a0599b5486..4d6f01e7c22e 100644 --- a/content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md +++ b/content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md @@ -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) diff --git a/content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md b/content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md index 62ee2417628b..52acf50aa145 100644 --- a/content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md +++ b/content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md @@ -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.