Vincent Partington

Results 3 comments of Vincent Partington

I'm not sure if this is the same issue, but... When I open the logs for a pod, the log lines that are already there are loaded very slowly. Is...

FYI, instead of using `http.Head` you can also use [the `manager.GetBucketRegion` function](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/feature/s3/manager#GetBucketRegion) in AWS SDK for Go v2.

The `HeadBucket` docs are indeed very confusing. I spent the last few days banging my head against the wall about this. Yesterday I settled on doing a `http.Head`, just like...