We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0cce1 commit a159c50Copy full SHA for a159c50
1 file changed
docs/operate/customize/file-uploads/s3.md
@@ -56,4 +56,15 @@ To enable file previews in InvenioRDM when using Amazon S3, you must configure C
56
"ExposeHeaders": []
57
}
58
]
59
+
60
+## Non-Amazon S3 Providers
61
62
+If you're using a Non-Amazon S3 provider, you may have to configure the checksum behaviour with:
63
64
+```
65
+S3_CONFIG_EXTRA = {
66
+ "request_checksum_calculation": "WHEN_REQUIRED",
67
+ "response_checksum_validation": "WHEN_REQUIRED",
68
+ }
69
70
```
0 commit comments