-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
…it's easier to see what is missing in debug messages.
@@ -4,7 +4,7 @@ import ( | |||
"encoding/base64" | |||
"errors" | |||
"fmt" | |||
v1 "github.com/onepanelio/core/pkg" | |||
"github.com/onepanelio/cli/cloud/storage" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rushtehrani Agreed.
…been updated in the manifests.
What this PR does:
Which issue(s) this PR fixes:
Fixes onepanelio/core#
Special notes for your reviewer: