Robert van Gent
Robert van Gent
TBH I'm not sure how to do this. If you have an idea, send a PR. An alternative might be to recreate your `Bucket` periodically (e.g., every hour or so),...
I *think* this might be stale after #3156.
Fixed by #3156.
> until the G.C has time to clean them up Is this a real problem? The GC will clean them up when there's a need for them. If you're doing...
I saw the PR. Can you answer the questions above? It's adding a fair amount of complexity and I want convincing that it is necessary.
I think this sounds reasonable as long as the Linux-only functionality is tested via our Travis config (which I think it should be, we have a Linux OS configured). I...
I'd be happy to review a PR for this. The PR for the referenced issue #2462 should be a good starting point.
I believe that #3156 will fix this, as it supports using https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#DefaultAzureCredential, which should support CLI auth.
Fixed by #3156.
Could you try with Go CDK v0.24.0 just to see if this is a regression? https://stackoverflow.com/q/30518899 has some tips on that error, in case any apply to you. Does your...