k8s-csi-s3/pkg/s3
Alexander Narsudinov da3638eb56 Fix the goroutine variable capturing in removeObjectsOneByOne
This patch fixes classic golang for-loop variable capturing issue that
leeds to incorrect results in goroutines.

This is fixed in latest versions of golang, but this project uses go 1.15,
so it won't work as expected by an author.
2023-10-27 19:59:03 +02:00
..
client.go Fix the goroutine variable capturing in removeObjectsOneByOne 2023-10-27 19:59:03 +02:00