We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5da9027 + 40abbc4 commit 3d3a835Copy full SHA for 3d3a835
common.mk
@@ -9,4 +9,4 @@ DOCKERHUB_IMAGE = csi-plugin.storage.qiniu.com
9
DOCKERHUB_TAG = ${VERSION}
10
11
RCLONE_VERSION = v1.64.0
12
-KODOFS_VERSION = v3.2.18
+KODOFS_VERSION = v3.2.23
protocol/const.go
@@ -14,9 +14,9 @@ type contextKey string
14
15
const (
16
// KodoFS executable name
17
- KodoFSCmd = "kodofs"
+ KodoFSCmd = "/usr/local/bin/kodofs"
18
// Rclone executable name
19
- RcloneCmd = "rclone"
+ RcloneCmd = "/usr/local/bin/rclone"
20
21
ContextKeyConfigFilePath contextKey = "config_file_path"
22
ContextKeyUserAgent contextKey = "user_agent"
0 commit comments