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

replace google cloud storage lib by a direct https get #338

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

paulcacheux
Copy link
Collaborator

This PR removes the usage of the cloud.google.com/go/storage dependency with a simple and direct https call. The main goal is to remove this big dependency (and all of its subdependencies..), and the bucket is public anyway so we don't need all the auth machinery.

@paulcacheux paulcacheux requested review from a team as code owners October 11, 2024 12:13
@paulcacheux paulcacheux merged commit 61e121e into main Oct 11, 2024
12 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants