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

Add config to support proxy env var with GCS #1521

Open
polyaxon-team opened this issue Dec 8, 2022 · 0 comments
Open

Add config to support proxy env var with GCS #1521

polyaxon-team opened this issue Dec 8, 2022 · 0 comments

Comments

@polyaxon-team
Copy link
Contributor

Current behavior

Seems like GCS-FS does not automatically pick the proxy env vars, see fsspec/gcsfs#491

Enhancement

Add trust_env if proxy env vars are used:

fs = GCSFileSystem(project='my-google-project', session_kwargs={'trust_env': True})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant