Skip to content
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

Bug in restore dataset functionality #407

Closed
PolinaBevad opened this issue Dec 6, 2021 · 1 comment · Fixed by #408
Closed

Bug in restore dataset functionality #407

PolinaBevad opened this issue Dec 6, 2021 · 1 comment · Fixed by #408
Labels

Comments

@PolinaBevad
Copy link
Contributor

Hi David and Tatjana,

I found the small bug in restore dataset functionality here

If we do not pass any desired storage class to function, it will be overwritten by None here:

    if not storage_class:
        self.storage_class = "Standard"
    ...
    self.storage_class = storage_class
@davecap
Copy link
Member

davecap commented Dec 6, 2021

Nice catch! Will fix in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants