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

GCP resumable_upload_client points to incorrect API endpoint. #2639

Closed
z0r0 opened this issue Jul 18, 2024 · 0 comments · Fixed by #2640
Closed

GCP resumable_upload_client points to incorrect API endpoint. #2639

z0r0 opened this issue Jul 18, 2024 · 0 comments · Fixed by #2640
Labels
bug Something isn't working

Comments

@z0r0
Copy link

z0r0 commented Jul 18, 2024

Problem
The resumable upload client here evaluates to https://storage.googleapis.com/upload/storage/v1b/bucket when it should be https://storage.googleapis.com/upload/storage/v1/b/bucket

Steps
using edge, rc 29, using the gcs_streamer connector, the following error is seen in debug.

[2024-07-18T20:22:11Z ERROR tremor_connectors_gcp::gcs::resumable_upload_client] Error checking that bucket exists: Method Not Allowed
[2024-07-18T20:22:11Z ERROR tremor_connectors] [Connector::main::output] Error connecting the sink part (Attempt #0 (overall: #0)): Request for bucket <bucket> failed with 405 Method Not Allowed

Possible Solution(s)
a single character PR.

Notes

Output of rustup --version:
Output of rustup show:
Output of tremor --version:

@z0r0 z0r0 added the bug Something isn't working label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant