From dce215e11a6f25212d1d28b9332fa9b4c97ce99c Mon Sep 17 00:00:00 2001 From: jpds Date: Thu, 19 Jan 2023 15:09:01 +0000 Subject: [PATCH] Added a comment --- ...comment_2_ca7ffa315cfa49e028fe6ff2d5c3133b._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/S3_remote_errors_with_garage_endpoint/comment_2_ca7ffa315cfa49e028fe6ff2d5c3133b._comment diff --git a/doc/bugs/S3_remote_errors_with_garage_endpoint/comment_2_ca7ffa315cfa49e028fe6ff2d5c3133b._comment b/doc/bugs/S3_remote_errors_with_garage_endpoint/comment_2_ca7ffa315cfa49e028fe6ff2d5c3133b._comment new file mode 100644 index 0000000000..c19475c45d --- /dev/null +++ b/doc/bugs/S3_remote_errors_with_garage_endpoint/comment_2_ca7ffa315cfa49e028fe6ff2d5c3133b._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="jpds" + avatar="http://cdn.libravatar.org/avatar/24d746ec6a7726b162c12ecceb3ee267" + subject="comment 2" + date="2023-01-19T15:09:01Z" + content=""" +I took a look at the credentialv4 structure at https://github.com/aristidb/aws/blob/9bdc4ee018d0d9047c0434eeb21e2383afaa9ccf/Aws/Core.hs#L621 and found it curious that it has the region inside the scope (as the garage code) does... however in my error message from git-annex - the hostname of the S3 service is what's inside the scope instead of the 'garage' region name. + +I therefore adjusted the garage API's configuration to have the FQDN as the region and then... git-annex Just Worked. +"""]]