Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-c-s3 for openSUSE:Factory 
checked in at 2025-10-16 17:39:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-c-s3 (Old)
 and      /work/SRC/openSUSE:Factory/.aws-c-s3.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-c-s3"

Thu Oct 16 17:39:13 2025 rev:31 rq:1311660 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-c-s3/aws-c-s3.changes        2025-09-22 
17:06:37.977401582 +0200
+++ /work/SRC/openSUSE:Factory/.aws-c-s3.new.18484/aws-c-s3.changes     
2025-10-16 17:40:01.075607333 +0200
@@ -1,0 +2,9 @@
+Mon Oct 13 11:14:07 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 0.9.2
+  * Update the default behaviors on the fio options by @TingDaoK in (#577)
+- from version 0.9.1
+  * Auto - Update S3 Ruleset & Partition by @TingDaoK in (#572)
+  * Disable the threshold until we have better options by @TingDaoK in (#574)
+
+-------------------------------------------------------------------

Old:
----
  v0.9.0.tar.gz

New:
----
  v0.9.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aws-c-s3.spec ++++++
--- /var/tmp/diff_new_pack.6dS27w/_old  2025-10-16 17:40:02.651673662 +0200
+++ /var/tmp/diff_new_pack.6dS27w/_new  2025-10-16 17:40:02.667674335 +0200
@@ -19,7 +19,7 @@
 %define library_version 1.0.0
 %define library_soversion 0unstable
 Name:           aws-c-s3
-Version:        0.9.0
+Version:        0.9.2
 Release:        0
 Summary:        AWS Cross-Platform, C99 wrapper for cryptography primitives
 License:        Apache-2.0

++++++ v0.9.0.tar.gz -> v0.9.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-s3-0.9.0/include/aws/s3/s3_client.h 
new/aws-c-s3-0.9.2/include/aws/s3/s3_client.h
--- old/aws-c-s3-0.9.0/include/aws/s3/s3_client.h       2025-09-18 
18:37:45.000000000 +0200
+++ new/aws-c-s3-0.9.2/include/aws/s3/s3_client.h       2025-10-08 
01:56:04.000000000 +0200
@@ -315,14 +315,16 @@
     AWS_S3_RECV_FILE_WRITE_TO_POSITION,
 };
 
-/* Controls how client performance file I/O operations. Only applies to the 
file based workload. */
+/**
+ * WARNING: experimental/unstable:
+ * Controls how client performance file I/O operations. Only applies to the 
file based workload.
+ **/
 struct aws_s3_file_io_options {
     /**
      * Skip buffering the part in memory before sending the request.
-     * If set, set the `disk_throughput_gbps` to be reasonable align with the 
available disk throughput.
-     * Otherwise, the transfer may fail with connection starvation.
      *
-     * Default to false.
+     * Default to false on small objects, and true when the object size exceed 
a certain threshold
+     *`g_streaming_object_size_threshold`.
      **/
     bool should_stream;
 
@@ -330,12 +332,11 @@
      * The estimated disk throughput. Only be applied when `streaming_upload` 
is true.
      * in gigabits per second (Gbps).
      *
-     * When doing upload with streaming, it's important to set the disk 
throughput to prevent the connection starvation.
      * Notes: There are possibilities that cannot reach the all available disk 
throughput:
      * 1. Disk is busy with other applications
      * 2. OS Cache may cap the throughput, use `direct_io` to get around this.
      *
-     * Note: When `streaming_upload` is true, this default to 10 Gbps.
+     * Default to throughput_target_gbps.
      **/
     double disk_throughput_gbps;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-c-s3-0.9.0/source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c
 
new/aws-c-s3-0.9.2/source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c
--- 
old/aws-c-s3-0.9.0/source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c
 2025-09-18 18:37:45.000000000 +0200
+++ 
new/aws-c-s3-0.9.2/source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c
 2025-10-08 01:56:04.000000000 +0200
@@ -160,101 +160,101 @@
        'i', 'm', 'p', 'l', 'i', 'c', 'i', 't', 'G', 'l', 'o', 'b', 'a', 'l', 
'R', 'e', 'g', 'i', 'o', 'n',
        '"', ':', '"', 'u', 's', '-', 'i', 's', 'o', '-', 'e', 'a', 's', 't', 
'-', '1', '"', ',', '"', 'n',
        'a', 'm', 'e', '"', ':', '"', 'a', 'w', 's', '-', 'i', 's', 'o', '"', 
',', '"', 's', 'u', 'p', 'p',
-       'o', 'r', 't', 's', 'D', 'u', 'a', 'l', 'S', 't', 'a', 'c', 'k', '"', 
':', 'f', 'a', 'l', 's', 'e',
+       'o', 'r', 't', 's', 'D', 'u', 'a', 'l', 'S', 't', 'a', 'c', 'k', '"', 
':', 't', 'r', 'u', 'e', ',',
+       '"', 's', 'u', 'p', 'p', 'o', 'r', 't', 's', 'F', 'I', 'P', 'S', '"', 
':', 't', 'r', 'u', 'e', '}',
+       ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 'R', 'e', 'g', 'e', 'x', '"', 
':', '"', '^', 'u', 's', '\\',
+       '\\', '-', 'i', 's', 'o', '\\', '\\', '-', '\\', '\\', 'w', '+', '\\', 
'\\', '-', '\\', '\\', 'd', '+', '$',
+       '"', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 's', '"', ':', '{', '"', 
'a', 'w', 's', '-', 'i', 's',
+       'o', '-', 'g', 'l', 'o', 'b', 'a', 'l', '"', ':', '{', '"', 'd', 'e', 
's', 'c', 'r', 'i', 'p', 't',
+       'i', 'o', 'n', '"', ':', '"', 'a', 'w', 's', '-', 'i', 's', 'o', ' ', 
'g', 'l', 'o', 'b', 'a', 'l',
+       ' ', 'r', 'e', 'g', 'i', 'o', 'n', '"', '}', ',', '"', 'u', 's', '-', 
'i', 's', 'o', '-', 'e', 'a',
+       's', 't', '-', '1', '"', ':', '{', '"', 'd', 'e', 's', 'c', 'r', 'i', 
'p', 't', 'i', 'o', 'n', '"',
+       ':', '"', 'U', 'S', ' ', 'I', 'S', 'O', ' ', 'E', 'a', 's', 't', '"', 
'}', ',', '"', 'u', 's', '-',
+       'i', 's', 'o', '-', 'w', 'e', 's', 't', '-', '1', '"', ':', '{', '"', 
'd', 'e', 's', 'c', 'r', 'i',
+       'p', 't', 'i', 'o', 'n', '"', ':', '"', 'U', 'S', ' ', 'I', 'S', 'O', ' 
', 'W', 'E', 'S', 'T', '"',
+       '}', '}', '}', ',', '{', '"', 'i', 'd', '"', ':', '"', 'a', 'w', 's', 
'-', 'i', 's', 'o', '-', 'b',
+       '"', ',', '"', 'o', 'u', 't', 'p', 'u', 't', 's', '"', ':', '{', '"', 
'd', 'n', 's', 'S', 'u', 'f',
+       'f', 'i', 'x', '"', ':', '"', 's', 'c', '2', 's', '.', 's', 'g', 'o', 
'v', '.', 'g', 'o', 'v', '"',
+       ',', '"', 'd', 'u', 'a', 'l', 'S', 't', 'a', 'c', 'k', 'D', 'n', 's', 
'S', 'u', 'f', 'f', 'i', 'x',
+       '"', ':', '"', 'a', 'p', 'i', '.', 'a', 'w', 's', '.', 's', 'c', 'l', 
'o', 'u', 'd', '"', ',', '"',
+       'i', 'm', 'p', 'l', 'i', 'c', 'i', 't', 'G', 'l', 'o', 'b', 'a', 'l', 
'R', 'e', 'g', 'i', 'o', 'n',
+       '"', ':', '"', 'u', 's', '-', 'i', 's', 'o', 'b', '-', 'e', 'a', 's', 
't', '-', '1', '"', ',', '"',
+       'n', 'a', 'm', 'e', '"', ':', '"', 'a', 'w', 's', '-', 'i', 's', 'o', 
'-', 'b', '"', ',', '"', 's',
+       'u', 'p', 'p', 'o', 'r', 't', 's', 'D', 'u', 'a', 'l', 'S', 't', 'a', 
'c', 'k', '"', ':', 't', 'r',
+       'u', 'e', ',', '"', 's', 'u', 'p', 'p', 'o', 'r', 't', 's', 'F', 'I', 
'P', 'S', '"', ':', 't', 'r',
+       'u', 'e', '}', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 'R', 'e', 'g', 
'e', 'x', '"', ':', '"', '^',
+       'u', 's', '\\', '\\', '-', 'i', 's', 'o', 'b', '\\', '\\', '-', '\\', 
'\\', 'w', '+', '\\', '\\', '-', '\\',
+       '\\', 'd', '+', '$', '"', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 's', 
'"', ':', '{', '"', 'a', 'w',
+       's', '-', 'i', 's', 'o', '-', 'b', '-', 'g', 'l', 'o', 'b', 'a', 'l', 
'"', ':', '{', '"', 'd', 'e',
+       's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'a', 'w', 
's', '-', 'i', 's', 'o', '-',
+       'b', ' ', 'g', 'l', 'o', 'b', 'a', 'l', ' ', 'r', 'e', 'g', 'i', 'o', 
'n', '"', '}', ',', '"', 'u',
+       's', '-', 'i', 's', 'o', 'b', '-', 'e', 'a', 's', 't', '-', '1', '"', 
':', '{', '"', 'd', 'e', 's',
+       'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'U', 'S', ' ', 
'I', 'S', 'O', 'B', ' ', 'E',
+       'a', 's', 't', ' ', '(', 'O', 'h', 'i', 'o', ')', '"', '}', '}', '}', 
',', '{', '"', 'i', 'd', '"',
+       ':', '"', 'a', 'w', 's', '-', 'i', 's', 'o', '-', 'e', '"', ',', '"', 
'o', 'u', 't', 'p', 'u', 't',
+       's', '"', ':', '{', '"', 'd', 'n', 's', 'S', 'u', 'f', 'f', 'i', 'x', 
'"', ':', '"', 'c', 'l', 'o',
+       'u', 'd', '.', 'a', 'd', 'c', '-', 'e', '.', 'u', 'k', '"', ',', '"', 
'd', 'u', 'a', 'l', 'S', 't',
+       'a', 'c', 'k', 'D', 'n', 's', 'S', 'u', 'f', 'f', 'i', 'x', '"', ':', 
'"', 'a', 'p', 'i', '.', 'c',
+       'l', 'o', 'u', 'd', '-', 'a', 'w', 's', '.', 'a', 'd', 'c', '-', 'e', 
'.', 'u', 'k', '"', ',', '"',
+       'i', 'm', 'p', 'l', 'i', 'c', 'i', 't', 'G', 'l', 'o', 'b', 'a', 'l', 
'R', 'e', 'g', 'i', 'o', 'n',
+       '"', ':', '"', 'e', 'u', '-', 'i', 's', 'o', 'e', '-', 'w', 'e', 's', 
't', '-', '1', '"', ',', '"',
+       'n', 'a', 'm', 'e', '"', ':', '"', 'a', 'w', 's', '-', 'i', 's', 'o', 
'-', 'e', '"', ',', '"', 's',
+       'u', 'p', 'p', 'o', 'r', 't', 's', 'D', 'u', 'a', 'l', 'S', 't', 'a', 
'c', 'k', '"', ':', 't', 'r',
+       'u', 'e', ',', '"', 's', 'u', 'p', 'p', 'o', 'r', 't', 's', 'F', 'I', 
'P', 'S', '"', ':', 't', 'r',
+       'u', 'e', '}', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 'R', 'e', 'g', 
'e', 'x', '"', ':', '"', '^',
+       'e', 'u', '\\', '\\', '-', 'i', 's', 'o', 'e', '\\', '\\', '-', '\\', 
'\\', 'w', '+', '\\', '\\', '-', '\\',
+       '\\', 'd', '+', '$', '"', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 's', 
'"', ':', '{', '"', 'a', 'w',
+       's', '-', 'i', 's', 'o', '-', 'e', '-', 'g', 'l', 'o', 'b', 'a', 'l', 
'"', ':', '{', '"', 'd', 'e',
+       's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'a', 'w', 
's', '-', 'i', 's', 'o', '-',
+       'e', ' ', 'g', 'l', 'o', 'b', 'a', 'l', ' ', 'r', 'e', 'g', 'i', 'o', 
'n', '"', '}', ',', '"', 'e',
+       'u', '-', 'i', 's', 'o', 'e', '-', 'w', 'e', 's', 't', '-', '1', '"', 
':', '{', '"', 'd', 'e', 's',
+       'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'E', 'U', ' ', 
'I', 'S', 'O', 'E', ' ', 'W',
+       'e', 's', 't', '"', '}', '}', '}', ',', '{', '"', 'i', 'd', '"', ':', 
'"', 'a', 'w', 's', '-', 'i',
+       's', 'o', '-', 'f', '"', ',', '"', 'o', 'u', 't', 'p', 'u', 't', 's', 
'"', ':', '{', '"', 'd', 'n',
+       's', 'S', 'u', 'f', 'f', 'i', 'x', '"', ':', '"', 'c', 's', 'p', '.', 
'h', 'c', 'i', '.', 'i', 'c',
+       '.', 'g', 'o', 'v', '"', ',', '"', 'd', 'u', 'a', 'l', 'S', 't', 'a', 
'c', 'k', 'D', 'n', 's', 'S',
+       'u', 'f', 'f', 'i', 'x', '"', ':', '"', 'a', 'p', 'i', '.', 'a', 'w', 
's', '.', 'h', 'c', 'i', '.',
+       'i', 'c', '.', 'g', 'o', 'v', '"', ',', '"', 'i', 'm', 'p', 'l', 'i', 
'c', 'i', 't', 'G', 'l', 'o',
+       'b', 'a', 'l', 'R', 'e', 'g', 'i', 'o', 'n', '"', ':', '"', 'u', 's', 
'-', 'i', 's', 'o', 'f', '-',
+       's', 'o', 'u', 't', 'h', '-', '1', '"', ',', '"', 'n', 'a', 'm', 'e', 
'"', ':', '"', 'a', 'w', 's',
+       '-', 'i', 's', 'o', '-', 'f', '"', ',', '"', 's', 'u', 'p', 'p', 'o', 
'r', 't', 's', 'D', 'u', 'a',
+       'l', 'S', 't', 'a', 'c', 'k', '"', ':', 't', 'r', 'u', 'e', ',', '"', 
's', 'u', 'p', 'p', 'o', 'r',
+       't', 's', 'F', 'I', 'P', 'S', '"', ':', 't', 'r', 'u', 'e', '}', ',', 
'"', 'r', 'e', 'g', 'i', 'o',
+       'n', 'R', 'e', 'g', 'e', 'x', '"', ':', '"', '^', 'u', 's', '\\', '\\', 
'-', 'i', 's', 'o', 'f', '\\',
+       '\\', '-', '\\', '\\', 'w', '+', '\\', '\\', '-', '\\', '\\', 'd', '+', 
'$', '"', ',', '"', 'r', 'e', 'g',
+       'i', 'o', 'n', 's', '"', ':', '{', '"', 'a', 'w', 's', '-', 'i', 's', 
'o', '-', 'f', '-', 'g', 'l',
+       'o', 'b', 'a', 'l', '"', ':', '{', '"', 'd', 'e', 's', 'c', 'r', 'i', 
'p', 't', 'i', 'o', 'n', '"',
+       ':', '"', 'a', 'w', 's', '-', 'i', 's', 'o', '-', 'f', ' ', 'g', 'l', 
'o', 'b', 'a', 'l', ' ', 'r',
+       'e', 'g', 'i', 'o', 'n', '"', '}', ',', '"', 'u', 's', '-', 'i', 's', 
'o', 'f', '-', 'e', 'a', 's',
+       't', '-', '1', '"', ':', '{', '"', 'd', 'e', 's', 'c', 'r', 'i', 'p', 
't', 'i', 'o', 'n', '"', ':',
+       '"', 'U', 'S', ' ', 'I', 'S', 'O', 'F', ' ', 'E', 'A', 'S', 'T', '"', 
'}', ',', '"', 'u', 's', '-',
+       'i', 's', 'o', 'f', '-', 's', 'o', 'u', 't', 'h', '-', '1', '"', ':', 
'{', '"', 'd', 'e', 's', 'c',
+       'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'U', 'S', ' ', 'I', 
'S', 'O', 'F', ' ', 'S', 'O',
+       'U', 'T', 'H', '"', '}', '}', '}', ',', '{', '"', 'i', 'd', '"', ':', 
'"', 'a', 'w', 's', '-', 'u',
+       's', '-', 'g', 'o', 'v', '"', ',', '"', 'o', 'u', 't', 'p', 'u', 't', 
's', '"', ':', '{', '"', 'd',
+       'n', 's', 'S', 'u', 'f', 'f', 'i', 'x', '"', ':', '"', 'a', 'm', 'a', 
'z', 'o', 'n', 'a', 'w', 's',
+       '.', 'c', 'o', 'm', '"', ',', '"', 'd', 'u', 'a', 'l', 'S', 't', 'a', 
'c', 'k', 'D', 'n', 's', 'S',
+       'u', 'f', 'f', 'i', 'x', '"', ':', '"', 'a', 'p', 'i', '.', 'a', 'w', 
's', '"', ',', '"', 'i', 'm',
+       'p', 'l', 'i', 'c', 'i', 't', 'G', 'l', 'o', 'b', 'a', 'l', 'R', 'e', 
'g', 'i', 'o', 'n', '"', ':',
+       '"', 'u', 's', '-', 'g', 'o', 'v', '-', 'w', 'e', 's', 't', '-', '1', 
'"', ',', '"', 'n', 'a', 'm',
+       'e', '"', ':', '"', 'a', 'w', 's', '-', 'u', 's', '-', 'g', 'o', 'v', 
'"', ',', '"', 's', 'u', 'p',
+       'p', 'o', 'r', 't', 's', 'D', 'u', 'a', 'l', 'S', 't', 'a', 'c', 'k', 
'"', ':', 't', 'r', 'u', 'e',
        ',', '"', 's', 'u', 'p', 'p', 'o', 'r', 't', 's', 'F', 'I', 'P', 'S', 
'"', ':', 't', 'r', 'u', 'e',
        '}', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 'R', 'e', 'g', 'e', 'x', 
'"', ':', '"', '^', 'u', 's',
-       '\\', '\\', '-', 'i', 's', 'o', '\\', '\\', '-', '\\', '\\', 'w', '+', 
'\\', '\\', '-', '\\', '\\', 'd', '+',
-       '$', '"', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 's', '"', ':', '{', 
'"', 'a', 'w', 's', '-', 'i',
-       's', 'o', '-', 'g', 'l', 'o', 'b', 'a', 'l', '"', ':', '{', '"', 'd', 
'e', 's', 'c', 'r', 'i', 'p',
-       't', 'i', 'o', 'n', '"', ':', '"', 'a', 'w', 's', '-', 'i', 's', 'o', ' 
', 'g', 'l', 'o', 'b', 'a',
-       'l', ' ', 'r', 'e', 'g', 'i', 'o', 'n', '"', '}', ',', '"', 'u', 's', 
'-', 'i', 's', 'o', '-', 'e',
-       'a', 's', 't', '-', '1', '"', ':', '{', '"', 'd', 'e', 's', 'c', 'r', 
'i', 'p', 't', 'i', 'o', 'n',
-       '"', ':', '"', 'U', 'S', ' ', 'I', 'S', 'O', ' ', 'E', 'a', 's', 't', 
'"', '}', ',', '"', 'u', 's',
-       '-', 'i', 's', 'o', '-', 'w', 'e', 's', 't', '-', '1', '"', ':', '{', 
'"', 'd', 'e', 's', 'c', 'r',
-       'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'U', 'S', ' ', 'I', 'S', 
'O', ' ', 'W', 'E', 'S', 'T',
-       '"', '}', '}', '}', ',', '{', '"', 'i', 'd', '"', ':', '"', 'a', 'w', 
's', '-', 'i', 's', 'o', '-',
-       'b', '"', ',', '"', 'o', 'u', 't', 'p', 'u', 't', 's', '"', ':', '{', 
'"', 'd', 'n', 's', 'S', 'u',
-       'f', 'f', 'i', 'x', '"', ':', '"', 's', 'c', '2', 's', '.', 's', 'g', 
'o', 'v', '.', 'g', 'o', 'v',
-       '"', ',', '"', 'd', 'u', 'a', 'l', 'S', 't', 'a', 'c', 'k', 'D', 'n', 
's', 'S', 'u', 'f', 'f', 'i',
-       'x', '"', ':', '"', 'a', 'p', 'i', '.', 'a', 'w', 's', '.', 's', 'c', 
'l', 'o', 'u', 'd', '"', ',',
-       '"', 'i', 'm', 'p', 'l', 'i', 'c', 'i', 't', 'G', 'l', 'o', 'b', 'a', 
'l', 'R', 'e', 'g', 'i', 'o',
-       'n', '"', ':', '"', 'u', 's', '-', 'i', 's', 'o', 'b', '-', 'e', 'a', 
's', 't', '-', '1', '"', ',',
-       '"', 'n', 'a', 'm', 'e', '"', ':', '"', 'a', 'w', 's', '-', 'i', 's', 
'o', '-', 'b', '"', ',', '"',
-       's', 'u', 'p', 'p', 'o', 'r', 't', 's', 'D', 'u', 'a', 'l', 'S', 't', 
'a', 'c', 'k', '"', ':', 'f',
-       'a', 'l', 's', 'e', ',', '"', 's', 'u', 'p', 'p', 'o', 'r', 't', 's', 
'F', 'I', 'P', 'S', '"', ':',
-       't', 'r', 'u', 'e', '}', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 'R', 
'e', 'g', 'e', 'x', '"', ':',
-       '"', '^', 'u', 's', '\\', '\\', '-', 'i', 's', 'o', 'b', '\\', '\\', 
'-', '\\', '\\', 'w', '+', '\\', '\\',
-       '-', '\\', '\\', 'd', '+', '$', '"', ',', '"', 'r', 'e', 'g', 'i', 'o', 
'n', 's', '"', ':', '{', '"',
-       'a', 'w', 's', '-', 'i', 's', 'o', '-', 'b', '-', 'g', 'l', 'o', 'b', 
'a', 'l', '"', ':', '{', '"',
-       'd', 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 
'a', 'w', 's', '-', 'i', 's',
-       'o', '-', 'b', ' ', 'g', 'l', 'o', 'b', 'a', 'l', ' ', 'r', 'e', 'g', 
'i', 'o', 'n', '"', '}', ',',
-       '"', 'u', 's', '-', 'i', 's', 'o', 'b', '-', 'e', 'a', 's', 't', '-', 
'1', '"', ':', '{', '"', 'd',
-       'e', 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'U', 
'S', ' ', 'I', 'S', 'O', 'B',
-       ' ', 'E', 'a', 's', 't', ' ', '(', 'O', 'h', 'i', 'o', ')', '"', '}', 
'}', '}', ',', '{', '"', 'i',
-       'd', '"', ':', '"', 'a', 'w', 's', '-', 'i', 's', 'o', '-', 'e', '"', 
',', '"', 'o', 'u', 't', 'p',
-       'u', 't', 's', '"', ':', '{', '"', 'd', 'n', 's', 'S', 'u', 'f', 'f', 
'i', 'x', '"', ':', '"', 'c',
-       'l', 'o', 'u', 'd', '.', 'a', 'd', 'c', '-', 'e', '.', 'u', 'k', '"', 
',', '"', 'd', 'u', 'a', 'l',
-       'S', 't', 'a', 'c', 'k', 'D', 'n', 's', 'S', 'u', 'f', 'f', 'i', 'x', 
'"', ':', '"', 'a', 'p', 'i',
-       '.', 'c', 'l', 'o', 'u', 'd', '-', 'a', 'w', 's', '.', 'a', 'd', 'c', 
'-', 'e', '.', 'u', 'k', '"',
-       ',', '"', 'i', 'm', 'p', 'l', 'i', 'c', 'i', 't', 'G', 'l', 'o', 'b', 
'a', 'l', 'R', 'e', 'g', 'i',
-       'o', 'n', '"', ':', '"', 'e', 'u', '-', 'i', 's', 'o', 'e', '-', 'w', 
'e', 's', 't', '-', '1', '"',
-       ',', '"', 'n', 'a', 'm', 'e', '"', ':', '"', 'a', 'w', 's', '-', 'i', 
's', 'o', '-', 'e', '"', ',',
-       '"', 's', 'u', 'p', 'p', 'o', 'r', 't', 's', 'D', 'u', 'a', 'l', 'S', 
't', 'a', 'c', 'k', '"', ':',
-       'f', 'a', 'l', 's', 'e', ',', '"', 's', 'u', 'p', 'p', 'o', 'r', 't', 
's', 'F', 'I', 'P', 'S', '"',
-       ':', 't', 'r', 'u', 'e', '}', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 
'R', 'e', 'g', 'e', 'x', '"',
-       ':', '"', '^', 'e', 'u', '\\', '\\', '-', 'i', 's', 'o', 'e', '\\', 
'\\', '-', '\\', '\\', 'w', '+', '\\',
-       '\\', '-', '\\', '\\', 'd', '+', '$', '"', ',', '"', 'r', 'e', 'g', 
'i', 'o', 'n', 's', '"', ':', '{',
-       '"', 'a', 'w', 's', '-', 'i', 's', 'o', '-', 'e', '-', 'g', 'l', 'o', 
'b', 'a', 'l', '"', ':', '{',
-       '"', 'd', 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', 
'"', 'a', 'w', 's', '-', 'i',
-       's', 'o', '-', 'e', ' ', 'g', 'l', 'o', 'b', 'a', 'l', ' ', 'r', 'e', 
'g', 'i', 'o', 'n', '"', '}',
-       ',', '"', 'e', 'u', '-', 'i', 's', 'o', 'e', '-', 'w', 'e', 's', 't', 
'-', '1', '"', ':', '{', '"',
-       'd', 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 
'E', 'U', ' ', 'I', 'S', 'O',
-       'E', ' ', 'W', 'e', 's', 't', '"', '}', '}', '}', ',', '{', '"', 'i', 
'd', '"', ':', '"', 'a', 'w',
-       's', '-', 'i', 's', 'o', '-', 'f', '"', ',', '"', 'o', 'u', 't', 'p', 
'u', 't', 's', '"', ':', '{',
-       '"', 'd', 'n', 's', 'S', 'u', 'f', 'f', 'i', 'x', '"', ':', '"', 'c', 
's', 'p', '.', 'h', 'c', 'i',
-       '.', 'i', 'c', '.', 'g', 'o', 'v', '"', ',', '"', 'd', 'u', 'a', 'l', 
'S', 't', 'a', 'c', 'k', 'D',
-       'n', 's', 'S', 'u', 'f', 'f', 'i', 'x', '"', ':', '"', 'a', 'p', 'i', 
'.', 'a', 'w', 's', '.', 'h',
-       'c', 'i', '.', 'i', 'c', '.', 'g', 'o', 'v', '"', ',', '"', 'i', 'm', 
'p', 'l', 'i', 'c', 'i', 't',
-       'G', 'l', 'o', 'b', 'a', 'l', 'R', 'e', 'g', 'i', 'o', 'n', '"', ':', 
'"', 'u', 's', '-', 'i', 's',
-       'o', 'f', '-', 's', 'o', 'u', 't', 'h', '-', '1', '"', ',', '"', 'n', 
'a', 'm', 'e', '"', ':', '"',
-       'a', 'w', 's', '-', 'i', 's', 'o', '-', 'f', '"', ',', '"', 's', 'u', 
'p', 'p', 'o', 'r', 't', 's',
-       'D', 'u', 'a', 'l', 'S', 't', 'a', 'c', 'k', '"', ':', 'f', 'a', 'l', 
's', 'e', ',', '"', 's', 'u',
-       'p', 'p', 'o', 'r', 't', 's', 'F', 'I', 'P', 'S', '"', ':', 't', 'r', 
'u', 'e', '}', ',', '"', 'r',
-       'e', 'g', 'i', 'o', 'n', 'R', 'e', 'g', 'e', 'x', '"', ':', '"', '^', 
'u', 's', '\\', '\\', '-', 'i',
-       's', 'o', 'f', '\\', '\\', '-', '\\', '\\', 'w', '+', '\\', '\\', '-', 
'\\', '\\', 'd', '+', '$', '"', ',',
-       '"', 'r', 'e', 'g', 'i', 'o', 'n', 's', '"', ':', '{', '"', 'a', 'w', 
's', '-', 'i', 's', 'o', '-',
-       'f', '-', 'g', 'l', 'o', 'b', 'a', 'l', '"', ':', '{', '"', 'd', 'e', 
's', 'c', 'r', 'i', 'p', 't',
-       'i', 'o', 'n', '"', ':', '"', 'a', 'w', 's', '-', 'i', 's', 'o', '-', 
'f', ' ', 'g', 'l', 'o', 'b',
-       'a', 'l', ' ', 'r', 'e', 'g', 'i', 'o', 'n', '"', '}', ',', '"', 'u', 
's', '-', 'i', 's', 'o', 'f',
-       '-', 'e', 'a', 's', 't', '-', '1', '"', ':', '{', '"', 'd', 'e', 's', 
'c', 'r', 'i', 'p', 't', 'i',
-       'o', 'n', '"', ':', '"', 'U', 'S', ' ', 'I', 'S', 'O', 'F', ' ', 'E', 
'A', 'S', 'T', '"', '}', ',',
-       '"', 'u', 's', '-', 'i', 's', 'o', 'f', '-', 's', 'o', 'u', 't', 'h', 
'-', '1', '"', ':', '{', '"',
-       'd', 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 
'U', 'S', ' ', 'I', 'S', 'O',
-       'F', ' ', 'S', 'O', 'U', 'T', 'H', '"', '}', '}', '}', ',', '{', '"', 
'i', 'd', '"', ':', '"', 'a',
-       'w', 's', '-', 'u', 's', '-', 'g', 'o', 'v', '"', ',', '"', 'o', 'u', 
't', 'p', 'u', 't', 's', '"',
-       ':', '{', '"', 'd', 'n', 's', 'S', 'u', 'f', 'f', 'i', 'x', '"', ':', 
'"', 'a', 'm', 'a', 'z', 'o',
-       'n', 'a', 'w', 's', '.', 'c', 'o', 'm', '"', ',', '"', 'd', 'u', 'a', 
'l', 'S', 't', 'a', 'c', 'k',
-       'D', 'n', 's', 'S', 'u', 'f', 'f', 'i', 'x', '"', ':', '"', 'a', 'p', 
'i', '.', 'a', 'w', 's', '"',
-       ',', '"', 'i', 'm', 'p', 'l', 'i', 'c', 'i', 't', 'G', 'l', 'o', 'b', 
'a', 'l', 'R', 'e', 'g', 'i',
-       'o', 'n', '"', ':', '"', 'u', 's', '-', 'g', 'o', 'v', '-', 'w', 'e', 
's', 't', '-', '1', '"', ',',
-       '"', 'n', 'a', 'm', 'e', '"', ':', '"', 'a', 'w', 's', '-', 'u', 's', 
'-', 'g', 'o', 'v', '"', ',',
-       '"', 's', 'u', 'p', 'p', 'o', 'r', 't', 's', 'D', 'u', 'a', 'l', 'S', 
't', 'a', 'c', 'k', '"', ':',
-       't', 'r', 'u', 'e', ',', '"', 's', 'u', 'p', 'p', 'o', 'r', 't', 's', 
'F', 'I', 'P', 'S', '"', ':',
-       't', 'r', 'u', 'e', '}', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 'R', 
'e', 'g', 'e', 'x', '"', ':',
-       '"', '^', 'u', 's', '\\', '\\', '-', 'g', 'o', 'v', '\\', '\\', '-', 
'\\', '\\', 'w', '+', '\\', '\\', '-',
-       '\\', '\\', 'd', '+', '$', '"', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 
's', '"', ':', '{', '"', 'a',
-       'w', 's', '-', 'u', 's', '-', 'g', 'o', 'v', '-', 'g', 'l', 'o', 'b', 
'a', 'l', '"', ':', '{', '"',
-       'd', 'e', 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 
'a', 'w', 's', '-', 'u', 's',
-       '-', 'g', 'o', 'v', ' ', 'g', 'l', 'o', 'b', 'a', 'l', ' ', 'r', 'e', 
'g', 'i', 'o', 'n', '"', '}',
-       ',', '"', 'u', 's', '-', 'g', 'o', 'v', '-', 'e', 'a', 's', 't', '-', 
'1', '"', ':', '{', '"', 'd',
-       'e', 's', 'c', 'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'A', 
'W', 'S', ' ', 'G', 'o', 'v',
-       'C', 'l', 'o', 'u', 'd', ' ', '(', 'U', 'S', '-', 'E', 'a', 's', 't', 
')', '"', '}', ',', '"', 'u',
-       's', '-', 'g', 'o', 'v', '-', 'w', 'e', 's', 't', '-', '1', '"', ':', 
'{', '"', 'd', 'e', 's', 'c',
-       'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'A', 'W', 'S', ' ', 
'G', 'o', 'v', 'C', 'l', 'o',
-       'u', 'd', ' ', '(', 'U', 'S', '-', 'W', 'e', 's', 't', ')', '"', '}', 
'}', '}', ']', ',', '"', 'v',
-       'e', 'r', 's', 'i', 'o', 'n', '"', ':', '"', '1', '.', '1', '"', '}'};
+       '\\', '\\', '-', 'g', 'o', 'v', '\\', '\\', '-', '\\', '\\', 'w', '+', 
'\\', '\\', '-', '\\', '\\', 'd', '+',
+       '$', '"', ',', '"', 'r', 'e', 'g', 'i', 'o', 'n', 's', '"', ':', '{', 
'"', 'a', 'w', 's', '-', 'u',
+       's', '-', 'g', 'o', 'v', '-', 'g', 'l', 'o', 'b', 'a', 'l', '"', ':', 
'{', '"', 'd', 'e', 's', 'c',
+       'r', 'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'a', 'w', 's', '-', 
'u', 's', '-', 'g', 'o', 'v',
+       ' ', 'g', 'l', 'o', 'b', 'a', 'l', ' ', 'r', 'e', 'g', 'i', 'o', 'n', 
'"', '}', ',', '"', 'u', 's',
+       '-', 'g', 'o', 'v', '-', 'e', 'a', 's', 't', '-', '1', '"', ':', '{', 
'"', 'd', 'e', 's', 'c', 'r',
+       'i', 'p', 't', 'i', 'o', 'n', '"', ':', '"', 'A', 'W', 'S', ' ', 'G', 
'o', 'v', 'C', 'l', 'o', 'u',
+       'd', ' ', '(', 'U', 'S', '-', 'E', 'a', 's', 't', ')', '"', '}', ',', 
'"', 'u', 's', '-', 'g', 'o',
+       'v', '-', 'w', 'e', 's', 't', '-', '1', '"', ':', '{', '"', 'd', 'e', 
's', 'c', 'r', 'i', 'p', 't',
+       'i', 'o', 'n', '"', ':', '"', 'A', 'W', 'S', ' ', 'G', 'o', 'v', 'C', 
'l', 'o', 'u', 'd', ' ', '(',
+       'U', 'S', '-', 'W', 'e', 's', 't', ')', '"', '}', '}', '}', ']', ',', 
'"', 'v', 'e', 'r', 's', 'i',
+       'o', 'n', '"', ':', '"', '1', '.', '1', '"', '}'};
 
 const struct aws_byte_cursor aws_s3_endpoint_resolver_partitions = {
-       .len = 4834,
+       .len = 4830,
        .ptr = (uint8_t *) s_generated_array
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-s3-0.9.0/source/s3_meta_request.c 
new/aws-c-s3-0.9.2/source/s3_meta_request.c
--- old/aws-c-s3-0.9.0/source/s3_meta_request.c 2025-09-18 18:37:45.000000000 
+0200
+++ new/aws-c-s3-0.9.2/source/s3_meta_request.c 2025-10-08 01:56:04.000000000 
+0200
@@ -194,7 +194,7 @@
 
     if (meta_request->fio_opts.should_stream && 
meta_request->fio_opts.disk_throughput_gbps == 0) {
         /* If disk throughput is not set, set it to the default. */
-        meta_request->fio_opts.disk_throughput_gbps = 
g_default_throughput_target_gbps;
+        meta_request->fio_opts.disk_throughput_gbps = 
client->throughput_target_gbps;
     }
 
     /* Set up reference count. */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-s3-0.9.0/source/s3_util.c 
new/aws-c-s3-0.9.2/source/s3_util.c
--- old/aws-c-s3-0.9.0/source/s3_util.c 2025-09-18 18:37:45.000000000 +0200
+++ new/aws-c-s3-0.9.2/source/s3_util.c 2025-10-08 01:56:04.000000000 +0200
@@ -64,9 +64,31 @@
 
 const uint32_t g_s3_max_num_upload_parts = 10000;
 const size_t g_s3_min_upload_part_size = MB_TO_BYTES(5);
-const size_t g_streaming_buffer_size = MB_TO_BYTES(8);
+
 const double g_default_throughput_target_gbps = 10.0;
-const uint64_t g_streaming_object_size_threshold = TB_TO_BYTES(2);
+
+/**
+ * Streaming buffer size selection based on experimental results on EBS:
+ *
+ * - Too small buffer sizes (e.g., 16KiB) impact disk read performance,
+ *   achieving only 6.73 Gbps throughput from EBS.
+ * - Too large buffer sizes cause network connections to starve more easily
+ *   when disk reads cannot provide data fast enough.
+ * - 1MiB buffer size provides optimal balance: sufficient disk read throughput
+ *   while maintaining reasonable retry rates due to connection starvation.
+ */
+const size_t g_streaming_buffer_size = MB_TO_BYTES(1);
+
+/**
+ * The streaming approach reduces memory consumption without introducing 
unexpected errors
+ * or performance degradation.
+ *
+ * We start streaming for objects larger than 1TiB, with plans to lower this 
threshold in future iterations.
+ *
+ * The 1TiB threshold was chosen to minimize the blast radius of this 
behavioral change
+ * while still providing meaningful memory usage improvements for large 
objects.
+ */
+const uint64_t g_streaming_object_size_threshold = TB_TO_BYTES(1);
 
 void copy_http_headers(const struct aws_http_headers *src, struct 
aws_http_headers *dest) {
     AWS_PRECONDITION(src);

Reply via email to