How to config a S3-compatible storage for Backup?

Description:

Hi there~

I am new to Percona Operator for MySQL. Now I have a requirement that need to setup MySQL backup to a S3-compatible storage. I have no idea on composing yaml content.

  1. As a on-premier S3 compatible storage service, it has no ‘region’ concept, what should I fill-in the ‘region’ field (in yaml)?
  2. The S3 end point is https protocal, with a self-signed certification, how can I ignore certification error when connecting to my S3 storage?

Hi @Andy_Yu, are we talking about PXCO? If yes, please see this file

  1. I think you can skip the region
  2. We have a special option ‘verifyTLS’, in your case, you need to set it as ‘false’.

Thanks for your quick response!
I use PSO helm chart V0.8.0
When I look carefully into values.yaml, I found the verifyTLS setting as you mentioned.
For region setting, can I set it to ‘default’ or just remove/comment the ‘region’ setting?