I am using remote-write for writing metrics to receiver. I am trying to write TSDB blocks directly to S3 without using Minio library. But getting below exception in Store logs:
The request signature we calculated does not match the signature you provided. Check your key and signing method
This is how my config file looks like:
type: S3
config:
bucket: bucket-name
endpoint: s3.us-west-2.amazonaws.com
signature_version2: false
access_key: access-key
secret_key: secret_key