Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/operate/customize/file-uploads/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,15 @@ To enable file previews in InvenioRDM when using Amazon S3, you must configure C
"ExposeHeaders": []
}
]

## Non-Amazon S3 Providers

If you're using a Non-Amazon S3 provider, you may have to configure the checksum behaviour with:

```
S3_CONFIG_EXTRA = {
"request_checksum_calculation": "WHEN_REQUIRED",
"response_checksum_validation": "WHEN_REQUIRED",
}
```
```