diff NEWS @ 113:78c075412ab4

more config for S3 transfer mode
author Alain Mazy <am@osimis.io>
date Tue, 17 Oct 2023 13:01:04 +0200
parents 407bd022b0cf
children 752ab0c59950
line wrap: on
line diff
--- a/NEWS	Wed Oct 11 09:56:22 2023 +0200
+++ b/NEWS	Tue Oct 17 13:01:04 2023 +0200
@@ -2,11 +2,15 @@
 ===============================
 
 * AWS plugin:
-  * Added a new configuration "UseTransferMode" (true by default).
+  * Added a new configuration "UseTransferMode" (false by default).
     When set to true, the Transfer Manager mode is used to upload/download
     whole files to/from the bucket.  If set to false, the default "object"
     mode is used.  The Transfer Manager mode is supposed to be faster,
     especially for large files.
+    2 related configurations have been added too:
+    - "TransferPoolSize" to define the number of threads to be used by
+      the Transfer Manager (default = 10)
+    - "TransferBufferSize" to define the size (in MB) 
   * now using the latest AWS SDK C++ (1.11.178).
 
 * in /move-storage: now detecting if file should be moved or not.