You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configs/milvus.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ minio:
124
124
# We recommend using version 1.2 and above.
125
125
tlsMinVersion: default
126
126
# Whether to use CRC32C checksum for data integrity validation on MinIO/S3 PutObject requests.
127
-
useCRC32C: false
127
+
useCRC32C: true
128
128
# Name of the bucket where Milvus stores data in MinIO or S3.
129
129
# Milvus 2.0.0 does not support storing data in multiple buckets.
130
130
# Bucket with this name will be created if it does not exist. If the bucket already exists and is accessible, it will be used directly. Otherwise, there will be an error.
0 commit comments