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

feat: Add azure blob storage support #91

Merged
merged 14 commits into from
Jan 7, 2021
Merged

Conversation

Vafilor
Copy link
Contributor

@Vafilor Vafilor commented Jan 6, 2021

What this PR does:

Which issue(s) this PR fixes:

Fixes onepanelio/core#

Special notes for your reviewer:

@Vafilor Vafilor added this to the v0.18.0 milestone Jan 6, 2021
@Vafilor Vafilor self-assigned this Jan 6, 2021
@Vafilor Vafilor marked this pull request as draft January 6, 2021 22:30
@rushtehrani rushtehrani changed the title feat: add azure blob storage support feat: Add azure blob storage support Jan 7, 2021
@@ -4,7 +4,7 @@ import (
"encoding/base64"
"errors"
"fmt"
v1 "github.com/onepanelio/core/pkg"
"github.com/onepanelio/cli/cloud/storage"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rushtehrani I'm working on removing the dependency on onepanel-core. Without this change, I'd have to update onepanel-core with these changes and pull the updated version. I think I just need the ptr utils and that's it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rushtehrani Actually, looks like that was it. No further need for the dependency.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got it, we'd have to eventually pull these into a shared package.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rushtehrani Agreed.

@rushtehrani rushtehrani modified the milestones: v0.18.0, v0.17.0 Jan 7, 2021
@Vafilor Vafilor marked this pull request as ready for review January 7, 2021 18:01
@Vafilor Vafilor merged commit d3b5592 into master Jan 7, 2021
@Vafilor Vafilor deleted the feat/azure.blob.storage branch January 7, 2021 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants