-
Notifications
You must be signed in to change notification settings - Fork 472
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
feat(gcs): allow unauthenticated requests #4965
Conversation
@Xuanwo Using this version of Is there anything else you'd like me to include here? I see there's the use of an |
That's fine to include in another PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good to me, just needs some semantic clarity.
I've taken the similar description to the s3 backend here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent PR and great communication! Happy to work with you.
Perhaps you might be interested in assisting with #4876 😆 |
Which issue does this PR close?
Closes #4963
What changes are included in this PR?
Introduction of:
allow_anonymous
disable_vm_metadata
disable_config_load
to
GcsConfig
and their corresponding plumbing withinGcsCore
.Are there any user-facing changes?
Changes are internal only.