-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup to Google Cloud Storage #427
Comments
Backup to GCS is not supported now. We welcome a pull request for adding GCS support. |
@filiprafaj refs:
If it still doesn't work, it would be helpful if you could report it again, including the definition of BackupPolicy 🙏 |
Hi @d-kuro , I have tried now with interoperability credentials and I am getting:
the backup file looks like this:
|
Hii @filiprafaj i want to contribute to this issue |
@Prakharkarsh1 |
MOCO uses |
We use minio to test S3 bucket implementation. Likewise, we may use these tools to test GCS bucket implementation. |
@Prakharkarsh1 |
Hello, I am trying and failing to store backups to Google Cloud Storage.
I have set up Workload Identity to give the k8s service account the permissions to access the bucket.
I have also tried defining the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY variables.
Still I get
Error: failed to take a full dump: failed to put dump.tar: operation error S3: PutObject, https response error StatusCode: 403, RequestID: , HostID: , api error SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your Google secret key and signing method.
Is there anybody who made backups to GCS working?
Thank you!
The text was updated successfully, but these errors were encountered: