We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652505e commit 98c457bCopy full SHA for 98c457b
1 file changed
cmd/object_put.go
@@ -43,7 +43,7 @@ func init() {
43
flagSet := putCmd.Flags()
44
flagSet.StringP("token", "t", "", "Token file to use for transfer")
45
flagSet.BoolP("recursive", "r", false, "Recursively upload a collection. Forces methods to only be http to get the freshest collection contents")
46
- flagSet.String("checksum", "crc32c", "Checksum algorithm to use for upload and validation")
+ flagSet.String("checksum", "", "Checksum algorithm to use for upload and validation")
47
objectCmd.AddCommand(putCmd)
48
}
49
0 commit comments