ETCD Backup to S3 - OVHCloud S3-Compatible API #4407
-
Hey! I enabled S3 snapshots upload to S3 using the following config, using OVHCloud Object Storage.
It always just throws "Access Denied" errors, e.g. I can use the same credentials without problems though using the AWS CLI or even the MinIO CLI. Any idea what I could do to debug this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you get any logs from the OVHCloud side? If it is truly S3 compatible, and you've configured the credentials and endpoint correctly, it should work. RKE2 uses the minio golang S3 client libs, which have been confirmed to work with other non-AWS S3-compatible services in the past - we actually use these for QA validation. |
Beta Was this translation helpful? Give feedback.
OK, I have absolutely no clue why, but I just re-created everything and now it works.
Funny enough, my test program, based on the API example also runs into
Access Denied
...But since the original problem is gone, I'll mark this as resolved.