-
Notifications
You must be signed in to change notification settings - Fork 103
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
anonymous access when reading google cloud storage #213
Comments
Sorry for the late reply. This PR will allow anonymous access. |
@yoshidan This looks great! Thank you for the quick turnaround. I'll give the PR a try in our codebase and see if it works |
Looks like our GCS tests pass in anonymous mode in this PR |
Now I merged PR. |
Great! When do you expect the new crate release to come out? |
samster25
added a commit
to Eventual-Inc/Daft
that referenced
this issue
Dec 1, 2023
* `google-cloud-storage` crate now supports anonymous mode from this [issue](yoshidan/google-cloud-rust#213) thanks to this [PR](yoshidan/google-cloud-rust#217) * This lets us drop S3 Compatibility mode for GCS
Now I published the new crate (version = 0.15.0). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! We would like to leverage anonymous access when reading from a gcs bucket as specified here. In daft, we are currently are falling back on the S3 api when no credentials are provided.
An example of this in another API is the python
GCSFS
project which allows the user to set thetoken='anon'
The text was updated successfully, but these errors were encountered: