From 0bdafac933bbf5ef1f5d2815a746abd5ec0acd15 Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Fri, 9 Jun 2023 09:55:34 -0400 Subject: [PATCH] (Primary Storage) Note to use generic S3 endpoint for hostname not bucket URL Fixes #9679 Signed-off-by: Josh Richards --- admin_manual/configuration_files/primary_storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_files/primary_storage.rst b/admin_manual/configuration_files/primary_storage.rst index 19fbf7cdd..edf8c7af0 100644 --- a/admin_manual/configuration_files/primary_storage.rst +++ b/admin_manual/configuration_files/primary_storage.rst @@ -168,7 +168,7 @@ unconfigured): * :code:`region` defaults to :code:`eu-west-1` * :code:`storageClass` defaults to :code:`STANDARD` -* :code:`hostname` defaults to :code:`s3.REGION.amazonaws.com` +* :code:`hostname` defaults to :code:`s3.REGION.amazonaws.com` [Note: If using this parameter (non-Amazon), specify the generic S3 endpoint hostname, **not** the hostname that contains your bucket name] * :code:`use_ssl` defaults to :code:`true` Optional parameters sometimes needing adjustment: