Hi, We are using Percona Operator MongoDB version 1.13 to deploy our mongodb’s but we are getting error when configure or manual schedule backup:
E [agentCheckup] check storage connection: storage check failed with: get S3 object header: RequestError: send request failed
caused by: Head “https://XXXXXXXX:/bucket/.pbm.init”: net/http: invalid header field value “AWS4-HMAC-SHA256 Credential=OYIKMPD6AZSOLXUXOH99\n/20230220/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a0d4a0c68382dfe2db57930ce581f67f7574e642bf58905ecccf1b25a582d238” for key Authorization.
2 possible causes:
Encriptation protocol issue.
The timezone of the backup agente container does not match with the S3 storage. There are way to change the Pod timezone deployed by operator?
We are not able to check logs of the S3 Storage. Any idea?