This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a change to branch default-chain-config in repository https://gitbox.apache.org/repos/asf/opendal-reqsign.git
omit cd74680 feat: Allow configure from default chain omit f3033ab Add APIs for AWS V4 add 37fed9c Refactor add 36443d5 Add comments This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (cd74680) \ N -- N -- N refs/heads/default-chain-config (36443d5) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../provide_credential/assume_role_with_oidc.rs | 12 - .../aliyun-oss/src/provide_credential/default.rs | 132 ++++--- services/aliyun-oss/src/provide_credential/mod.rs | 2 +- .../assume_role_with_web_identity.rs | 13 - services/aws-v4/src/provide_credential/default.rs | 427 +++++++++++++-------- services/aws-v4/src/provide_credential/ecs.rs | 12 - services/aws-v4/src/provide_credential/imds.rs | 25 +- services/aws-v4/src/provide_credential/mod.rs | 2 +- services/aws-v4/src/provide_credential/process.rs | 22 -- services/aws-v4/src/provide_credential/sso.rs | 13 - .../src/provide_credential/azure_cli.rs | 15 +- .../src/provide_credential/azure_pipelines.rs | 12 - .../src/provide_credential/client_certificate.rs | 13 - .../src/provide_credential/client_secret.rs | 12 - .../src/provide_credential/default.rs | 307 ++++++++++++--- .../azure-storage/src/provide_credential/imds.rs | 12 - .../azure-storage/src/provide_credential/mod.rs | 2 +- .../src/provide_credential/workload_identity.rs | 12 - services/google/src/provide_credential/default.rs | 366 ++++++++++-------- services/google/src/provide_credential/mod.rs | 3 +- .../google/src/provide_credential/vm_metadata.rs | 12 +- .../src/provide_credential/default.rs | 96 +++-- .../huaweicloud-obs/src/provide_credential/env.rs | 16 +- .../huaweicloud-obs/src/provide_credential/mod.rs | 2 +- .../oracle/src/provide_credential/config_file.rs | 16 +- services/oracle/src/provide_credential/default.rs | 138 ++++--- services/oracle/src/provide_credential/env.rs | 16 +- services/oracle/src/provide_credential/mod.rs | 2 +- .../assume_role_with_web_identity.rs | 16 +- .../tencent-cos/src/provide_credential/default.rs | 150 ++++---- services/tencent-cos/src/provide_credential/env.rs | 16 +- services/tencent-cos/src/provide_credential/mod.rs | 3 +- 32 files changed, 1045 insertions(+), 852 deletions(-)