We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871dfd5 commit add5cb4Copy full SHA for add5cb4
cos-csi-mounter/server/utils.go
@@ -19,6 +19,7 @@ type MountRequest struct {
19
type MounterArgs interface {
20
PopulateArgsSlice(string, string) ([]string, error)
21
}
22
+
23
type S3FSArgs struct {
24
URL string `json:"url,omitempty"`
25
PasswdFilePath string `json:"passwd_file,omitempty"`
0 commit comments