k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
617 stars 63 forks source link

Add backwards-compatibility for restore access key ID env #894

Closed anothertobi closed 11 months ago

anothertobi commented 11 months ago

Summary

In K8up v1 the env variable BACKUP_GLOBALRESTORES3ACCESSKEYID was used and v2 introduced an unintended breaking change of this variable to BACKUP_GLOBALRESTORES3ACCESKEYID.

Fixes #893

Checklist

For Code changes