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: docs/modules/servers/partials/configure/jvm.adoc
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,18 @@ To enable blob hierarchy compatible with MinIO add in `jvm.properties`:
90
90
james.s3.minio.compatibility.mode=true
91
91
----
92
92
93
+
== Disable S3 checksum backward compatibility
94
+
95
+
By default, James enables backward compatibility for S3 SDK checksum mechanisms to support S3 compatible object storages which rely on MD5 checksum. This can be disabled for native AWS S3 that does not need to rely on the MD5 checksum.
0 commit comments