- May 15, 2024
-
-
Dom Sekotill authored
-
- May 14, 2024
-
-
Dom Sekotill authored
Merge changes necessary to build ARM64 Docker images https://github.com/yandex-cloud/k8s-csi-s3/pull/51
-
- Apr 22, 2024
-
-
Vitaliy Filippov authored
-
Vitaliy Filippov authored
-
Vitaliy Filippov authored
-
Vitaliy Filippov authored
-
Vitaliy Filippov authored
-
- Mar 29, 2024
-
-
Vitaliy Filippov authored
-
- Mar 13, 2024
-
-
Vitaliy Filippov authored
-
Thomas Johansen authored
-
Vitaliy Filippov authored
-
Vitaliy Filippov authored
-
- Mar 06, 2024
-
-
Vitaliy Filippov authored
-
- Feb 12, 2024
-
-
Vitaliy Filippov authored
-
Vitaliy Filippov authored
Fix #92 - StopPost also does not work on old systemd versions, but /run/systemd/system/UNIT.d/ does!
-
Vitaliy Filippov authored
Fix the concurrency issues in `removeObjectsOneByOne`
-
Vitaliy Filippov authored
add storage `region` option to `values.yaml`
-
Vitaliy Filippov authored
chore: there's no need to use fmt.Sprintf
-
- Dec 27, 2023
-
-
Vitaliy Filippov authored
-
Vitaliy Filippov authored
- PATCH support in Yandex S3 - Buffer-list refactoring for better read/write performance - Add more retries to handle temporary network issues - Bug fixes
-
- Dec 03, 2023
- Oct 27, 2023
-
-
Alexander Narsudinov authored
I guess this is pretty reasonable to have the working queue with the same size as the maximum number of workers.
-
Alexander Narsudinov authored
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.
-
Alexander Narsudinov authored
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.
-
- Sep 28, 2023
-
-
Vitaliy Filippov authored
- Make long directory listings faster (remove O(N^2)) - Fix long directory listings where some files could be skipped due to inode expiration - Remove extra empty COPY requests when metadata is not changed - Add --fsync-on-close option for synchronous s3fs-like mode - Fix --disable-xattr error code - Do not try to switch between STANDARD and COLD based on the object size
-
- Sep 18, 2023
-
-
Tamas Mohos authored
-
- Sep 13, 2023
-
-
Vitaliy Filippov authored
-
- Sep 05, 2023
-
-
guoguangwu authored
-
- Aug 30, 2023
-
-
Vitaliy Filippov authored
Add /etc/mime.types to csi-s3 image
-
- Aug 28, 2023
-
-
Vitaliy Filippov authored
-
Vitaliy Filippov authored
- Update GeeseFS (now it also limits metadata memory usage) - Return s3fs-fuse & rclone packages back because they are now fixed in Alpine - Do not use hostNetwork: true for mounter... but it won't help much because GeeseFS is now started on host :) - Publish helm chart to github pages
-
- Aug 25, 2023
-
-
Dmitry Kopytov authored
-
- Aug 15, 2023
-
-
Vitaliy Filippov authored
-
- Jul 27, 2023
-
-
Vitaliy Filippov authored
-
- Jul 26, 2023
-
-
Vitaliy Filippov authored
-