yoshidan/google-cloud-rust

anonymous access when reading google cloud storage

Opened this issue · 6 comments

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 the token='anon'

no authentication is performed, and you can only access data which is accessible to allUsers

Sorry for the late reply. This PR will allow anonymous access.
#217

@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?

Now I published the new crate (version = 0.15.0).