Skip to content

Commit 98c457b

Browse files
committed
Fix CLI default
1 parent 652505e commit 98c457b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/object_put.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func init() {
4343
flagSet := putCmd.Flags()
4444
flagSet.StringP("token", "t", "", "Token file to use for transfer")
4545
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")
46+
flagSet.String("checksum", "", "Checksum algorithm to use for upload and validation")
4747
objectCmd.AddCommand(putCmd)
4848
}
4949

0 commit comments

Comments
 (0)