-
Notifications
You must be signed in to change notification settings - Fork 517
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
new feature: allow GCP unauthenticated requests #4963
Labels
enhancement
New feature or request
Comments
Thanks a lot in advance! To support unauthenticated requests, we take a reference from We might need to have the following fields for gcs config:
And implement something like this for gcs: opendal/core/src/services/s3/core.rs Lines 111 to 144 in b37191d
Please let me know if you have any other questions. |
This was referenced Aug 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description
Allow unauthenticated requests to a GCS (or emulated) bucket.
Problem and Solution
This enables simpler testing and looks to be the same reasoning for why the Java implementation has this too.
Additional Context
I ran into this whilst looking at adding GCS support to
iceberg-rust
.Happy to help contribute this with some guidance 👍
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: