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

Download without authorization #31

Closed
shenoynikhil opened this issue Jan 15, 2024 · 2 comments
Closed

Download without authorization #31

shenoynikhil opened this issue Jan 15, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@shenoynikhil
Copy link
Collaborator

Currently, downloading raw/processed files from google cloud bucket requires gcloud authorization. Ideal scenario would be to be able to download datasets without any authorization.

@shenoynikhil shenoynikhil added the enhancement New feature or request label Jan 15, 2024
@shenoynikhil
Copy link
Collaborator Author

Resolved by @prtos.

@FNTwin FNTwin reopened this Jan 31, 2024
@FNTwin
Copy link
Collaborator

FNTwin commented Jan 31, 2024

Reopened as it was not fixed by 14d3e85

The issue seems that while the bucket is open, the user still need to pass an auth to gs and by not having gcloud auth setup it will always fail the request.

To avoid this I changed the filesystem to a general https request and updated the new “public” bucket gs path to a more general public https path.

See commit b5705ce
and more general #33

@FNTwin FNTwin closed this as completed Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants