This is an automated email from the ASF dual-hosted git repository.

hello-stephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 5202d06dd8f [chore](thirdparty) Upgrade aws-sdk-cpp from 1.11.219 to 
1.11.221 (#66851)
5202d06dd8f is described below

commit 5202d06dd8feb3390ff32839227eeee89c345b57
Author: Owen Leung <[email protected]>
AuthorDate: Fri Aug 21 20:49:19 2026 +0800

    [chore](thirdparty) Upgrade aws-sdk-cpp from 1.11.219 to 1.11.221 (#66851)
    
    ### What problem does this PR solve?
    
    Related PR: #66555
    
    ### Problem Summary:
    
    Bumps the pinned `aws-sdk-cpp` from **1.11.219** to **1.11.221** in
    `thirdparty/vars.sh`. No source changes.
    
    **1.11.221** is the first release that ships
    `GeneralHTTPCredentialsProvider.h`, which is the prerequisite for
    solving #66554. This PR is deliberately pin-only so that the pre-built
    thirdparty artifacts and the docker image are re-published against
    **1.11.221** before any code depends on the new header. #66555 is the
    follow-up PR that uses it.
---
 thirdparty/vars.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 951d1b9d786..50834061fb5 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -379,10 +379,10 @@ BOOTSTRAP_TABLE_CSS_FILE="bootstrap-table.min.css"
 BOOTSTRAP_TABLE_CSS_MD5SUM="23389d4456da412e36bae30c469a766a"
 
 # aws sdk
-AWS_SDK_DOWNLOAD="https://github.com/aws/aws-sdk-cpp/archive/refs/tags/1.11.219.tar.gz";
-AWS_SDK_NAME="aws-sdk-cpp-1.11.219.tar.gz"
-AWS_SDK_SOURCE="aws-sdk-cpp-1.11.219"
-AWS_SDK_MD5SUM="80aa616efe1a3e7a9bf0dfbc44a97864"
+AWS_SDK_DOWNLOAD="https://github.com/aws/aws-sdk-cpp/archive/refs/tags/1.11.221.tar.gz";
+AWS_SDK_NAME="aws-sdk-cpp-1.11.221.tar.gz"
+AWS_SDK_SOURCE="aws-sdk-cpp-1.11.221"
+AWS_SDK_MD5SUM="95ea128da58829117a544b092bc39033"
 
 # tsan_header
 
TSAN_HEADER_DOWNLOAD="https://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=libsanitizer/include/sanitizer/tsan_interface_atomic.h;hb=refs/heads/releases/gcc-7";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to