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

dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 6fca73394f9 [fix](tde) make get_exec_env interface static (#56820)
     add 4db09207ae2 [feat](s3client) Use `CustomAwsCredentialsProviderChain` 
for aws sdk (#56065)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                           |   5 +
 be/src/common/config.h                             |   2 +
 be/src/util/s3_util.cpp                            |  51 +++++++++-
 be/src/util/s3_util.h                              |   4 +
 be/test/io/s3_client_factory_test.cpp              | 106 +++++++++++++++++++++
 cloud/src/common/config.h                          |   3 +
 cloud/src/recycler/s3_accessor.cpp                 |  44 ++++++++-
 cloud/src/recycler/s3_accessor.h                   |   6 ++
 .../cpp/custom_aws_credentials_provider_chain.cpp  | 103 ++++++++++++++++++++
 .../cpp/custom_aws_credentials_provider_chain.h    |  13 +--
 .../main/java/org/apache/doris/common/Config.java  |   4 +
 .../java/org/apache/doris/common/util/S3Util.java  |  63 ++++++++++--
 .../datasource/property/storage/S3Properties.java  |  48 +++++++++-
 .../property/storage/S3PropertiesTest.java         |   7 ++
 14 files changed, 439 insertions(+), 20 deletions(-)
 create mode 100644 be/test/io/s3_client_factory_test.cpp
 create mode 100644 common/cpp/custom_aws_credentials_provider_chain.cpp
 copy be/src/http/action/pprof_actions.h => 
common/cpp/custom_aws_credentials_provider_chain.h (75%)


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

Reply via email to