Mercurial > hg > orthanc-object-storage
comparison NEWS @ 118:a5fd20b9dc56 2.3.0
fix news
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 16 Nov 2023 12:22:03 +0100 |
parents | 752ab0c59950 |
children | e39aa88ec20e |
comparison
equal
deleted
inserted
replaced
117:a3590caf93a3 | 118:a5fd20b9dc56 |
---|---|
1 2023-10-17 - v 2.3.0 | 1 2023-10-17 - v 2.3.0 |
2 ==================== | 2 ==================== |
3 | 3 |
4 * AWS plugin: | 4 * AWS plugin: |
5 * Added a new configuration "UseTransferMode" (false by default). | 5 * Added a new configuration "UseTransferManager" (false by default). |
6 When set to true, the Transfer Manager mode is used to upload/download | 6 When set to true, the Transfer Manager mode is used to upload/download |
7 whole files to/from the bucket. If set to false, the default "object" | 7 whole files to/from the bucket. If set to false, the default "object" |
8 mode is used. The Transfer Manager mode is supposed to be faster, | 8 mode is used. The Transfer Manager mode is supposed to be faster, |
9 especially for large files. | 9 especially for large files. |
10 2 related configurations have been added too: | 10 2 related configurations have been added too: |