tailscale / tailscale/go-cache-plugin
GCS support
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 81
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
When attempting to use go-cache-plugin with a GCS endpoint we get the following error:
16:00:46.660283 request 3 failed: get 282812b2cc9bb27815ace34195a6eaac08a701ba20c4d518158370799cbac869: [s3] read action 282812b2cc9bb27815ace34195a6eaac08a701ba20c4d518158370799cbac869: operation error S3: GetObject, https response error StatusCode: 403, RequestID: , HostID: , api error SignatureDoesNotMatch: Access denied.
It looks like this is a known issue with aws-sdk-go-v2:
https://github.com/aws/aws-sdk-go-v2/issues/1816
and this comment seems to be a generally accepted solution:
https://github.com/aws/aws-sdk-go-v2/issues/1816#issuecomment-1927281540
Could we get a release with this patched in?
Willing to submit a PR if that would be helpful.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no repository files or tests; start by reviewing the aws-sdk-go-v2 issue and linked comment, then inspect the repository's dependency and release setup. Done means the reported GCS endpoint request succeeds with the referenced fix and a release containing it is available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, go
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100