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

Pluggable GCP auth #1841

Merged
merged 2 commits into from
May 20, 2024
Merged

Pluggable GCP auth #1841

merged 2 commits into from
May 20, 2024

Conversation

oavdeev
Copy link
Collaborator

@oavdeev oavdeev commented May 20, 2024

Similar to Azure and AWS

@oavdeev oavdeev requested a review from saikonen May 20, 2024 22:58
@@ -91,7 +91,7 @@ def _get_download_code_package_cmd(self, code_package_url, datastore_type):
if datastore_type == "s3":
return (
'%s -m awscli ${METAFLOW_S3_ENDPOINT_URL:+--endpoint-url=\\"${METAFLOW_S3_ENDPOINT_URL}\\"} '
+ "s3 cp %s job.tar >/dev/null"
+ "s3 cp %s job.tar"
Copy link
Collaborator

Choose a reason for hiding this comment

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

it seems that changes in this file are not needed?

Copy link
Collaborator

@savingoyal savingoyal left a comment

Choose a reason for hiding this comment

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

looks like pre-commit is failing

@savingoyal savingoyal merged commit fdd9df9 into master May 20, 2024
25 of 26 checks passed
@savingoyal savingoyal deleted the gcp-plugin branch May 20, 2024 23:51
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