From 5132619af77b7a2774b1ef6eb6213786aec21e07 Mon Sep 17 00:00:00 2001 From: Dasha Karpova Date: Mon, 9 Oct 2023 15:31:16 +0400 Subject: [PATCH] https://jira.gcore.lu/browse/CD-3220 --- .../general/use-a-private-bucket-as-an-origin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/cdn/cdn-resource-options/general/use-a-private-bucket-as-an-origin.md b/documentation/cdn/cdn-resource-options/general/use-a-private-bucket-as-an-origin.md index 4c018a1b..c5ec27d4 100644 --- a/documentation/cdn/cdn-resource-options/general/use-a-private-bucket-as-an-origin.md +++ b/documentation/cdn/cdn-resource-options/general/use-a-private-bucket-as-an-origin.md @@ -76,10 +76,10 @@ More information about where to find the keys can be found in the "Create CDN resource for only static files" guide (steps #3–6). -**Note**: If you selected Amazon S3 storage in step #4, the configuration is now complete. If you selected Other and specified the Hostname after the CDN resource creation, go to the resource settings and open the Host header option in the "HTTP headers" section. Specify the URL of your storage Hostname (the URL depends on your S3 provider) in the following format: +8\. Go to the resource settings and open the Host header option in the "HTTP headers" section. Specify the URL of your storage Hostname (the URL depends on your S3 provider) in the following format: - For Gcore S3 storage: ```{bucket-name}.s-ed1.cloud.gcore.lu``` -- For most other storages: ```{bucket-name}.s3.{region-code}.{storage-hostname}``` +- For most other storages (including Amazon): ```{bucket-name}.s3.{region-code}.{storage-hostname}``` **Note**: The bucket in the "Host header" is very important to specify for the security of the storage data outside the bucket.