Commit 53e6c8cc authored by andyzhangx's avatar andyzhangx

change default azure file/dir mode to 0755

parent 2c9ffc0e
......@@ -30,8 +30,8 @@ const (
fileMode = "file_mode"
dirMode = "dir_mode"
vers = "vers"
defaultFileMode = "0700"
defaultDirMode = "0700"
defaultFileMode = "0755"
defaultDirMode = "0755"
defaultVers = "3.0"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment