Using the Github actions cache as my remote cache ...
# general
e
Using the Github actions cache as my remote cache provider, I see errors like this in my CI logs:
Copy code
2024-12-07T15:52:18.4765380Z <Error><Code>InvalidArgument</Code><Message>Requests specifying Server Side Encryption with AWS KMS managed keys require AWS Signature Version 4.</Message><ArgumentName>Authorization</ArgumentName><ArgumentValue>null</ArgumentValue><RequestId>ATSBDNV56PRJE6D2</RequestId><HostId>wRkPUK3v7M8Njes5T/+JNBxYU1LD7odDa2fEXG1uGXAuM+Zw/97NPxSma8ELujp6uYY9ulbJP+8=</HostId></Error>
(I've configured my CI according to https://www.pantsbuild.org/prerelease/docs/using-pants/remote-caching-and-execution/remote-caching#workflow) I'm not much of an expert on pants source (and I don't know rust at all), but is there any way to provide a config file or env var or something to specify the AWS signature version to be used by underlying client libraries?