k8s-csi-s3/pkg
Alexander Narsudinov d3e89f164b Use atomics to make writing of results safe in removeObjectsOneByOne
Previous implementation didn't have any synchronization mechanism for
goroutines that does the work.

There are multiple approaches to make it work correctly, let's start with
the simplest - atomics.
2023-10-27 20:05:02 +02:00
..
driver Recheck and revive staged mount when mounting it to the real path 2023-05-23 14:58:01 +03:00
mounter fix compilation 2023-06-09 16:44:40 +08:00
s3 Use atomics to make writing of results safe in removeObjectsOneByOne 2023-10-27 20:05:02 +02:00