diff --git a/CHANGELOG.md b/CHANGELOG.md index a55cacd3..27edddda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed -* Exports now use an internal timeout of 10 minutes instead of 1 minute when downloading files. +* Exports now use an internal timeout of 10 minutes instead of 1 minute when downloading files. This may still result in errors if downloading from S3 takes too long. ### Fixed * Exports created with `s3_urls` now contain valid URLs. * Exports no longer fail with "The requested range is not satisfiable". * Requests requiring authentication, but lack a provided access token, will return HTTP 401 instead of HTTP 500 now. -* Slow downloads when using a self-hosted MinIO instance are no longer slower than expected. +* Downloads when using a self-hosted MinIO instance are no longer slower than expected. ## [1.3.3] - October 31, 2023