When attempting to use go-cache-plugin with a GCS endpoint we get the following error:
16:00:46.660283 request 3 failed: get 282812b2cc9bb27815ace34195a6eaac08a701ba20c4d518158370799cbac869: [s3] read action 282812b2cc9bb27815ace34195a6eaac08a701ba20c4d518158370799cbac869: operation error S3: GetObject, https response error StatusCode: 403, RequestID: , HostID: , api error SignatureDoesNotMatch: Access denied.
It looks like this is a known issue with aws-sdk-go-v2:
aws/aws-sdk-go-v2#1816
and this comment seems to be a generally accepted solution:
aws/aws-sdk-go-v2#1816 (comment)
Could we get a release with this patched in?
Willing to submit a PR if that would be helpful.
When attempting to use
go-cache-pluginwith a GCS endpoint we get the following error:It looks like this is a known issue with
aws-sdk-go-v2:aws/aws-sdk-go-v2#1816
and this comment seems to be a generally accepted solution:
aws/aws-sdk-go-v2#1816 (comment)
Could we get a release with this patched in?
Willing to submit a PR if that would be helpful.