We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Project board link
We're missing a null check in the google storage implementation which makes the backups fail if the storage class isn't explicitly specified.
We instead should disable passing the storage class altogether since it's not supported by our gcp library underneath anyway.
In the Azure implementation, we need to add a null check and use the default storage class if it's not overridden.
.upper()
The text was updated successfully, but these errors were encountered:
rzvoncek
Successfully merging a pull request may close this issue.
Project board link
We're missing a null check in the google storage implementation which makes the backups fail if the storage class isn't explicitly specified.
We instead should disable passing the storage class altogether since it's not supported by our gcp library underneath anyway.
In the Azure implementation, we need to add a null check and use the default storage class if it's not overridden.
Definition of Done
.upper()
on itThe text was updated successfully, but these errors were encountered: