Document that AWS VPC endpoints are not supported when configuring migration blob storage in GHES 3.8+ (#42252)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
This commit is contained in:
@@ -8,5 +8,11 @@ After you set up an AWS S3 storage bucket or Azure Blob Storage storage account,
|
||||
1. Under **Migrations**, click **Enable {% data variables.product.company_short %} Migrations**.
|
||||
1. Optionally, to import storage settings you configured for {% data variables.product.prodname_actions %}, select **Copy Storage settings from Actions**. For more information see, "[Enabling GitHub Actions with Azure Blob storage]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-azure-blob-storage)" and "[Enabling GitHub Actions with Amazon S3 storage]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/github-actions/enabling-github-actions-for-github-enterprise-server/enabling-github-actions-with-amazon-s3-storage)."
|
||||
1. If you do not import storage settings from {% data variables.product.prodname_actions %}, select either **Azure Blob Storage** or **Amazon S3** and fill in the required details.
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note**: If you use Amazon S3, you must set the "AWS Service URL" to the standard endpoint for the AWS region where your bucket is located. For example, if your bucket is located in the `eu-west-1` region, the "AWS Service URL" would be https://s3.eu-west-1.amazonaws.com. Your {% data variables.product.prodname_ghe_server %} instance's network must allow access to this host. Gateway endpoints are not supported, such as `bucket.vpce-0e25b8cdd720f900e-argc85vg.s3.eu-west-1.vpce.amazonaws.com`. For more information about gateway endpoints, see [Gateway endpoints for Amazon S3](https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-s3.html) in the AWS documentation.
|
||||
|
||||
{% endnote %}
|
||||
1. Click **Test storage settings**.
|
||||
1. Click **Save settings**.
|
||||
1. Click **Save settings**.
|
||||
Reference in New Issue
Block a user