This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 63ac07d Adds extra check while the selective checks are run (#12178)
add fcb6b00 Add authentication to AWS with Google credentials (#12079)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/base_aws.py | 62 +++++-
.../google/common/utils/id_token_credentials.py | 7 +-
docs/howto/connection/aws.rst | 213 ++++++++++++++++++++-
docs/spelling_wordlist.txt | 1 +
tests/providers/amazon/aws/hooks/test_base_aws.py | 77 ++++++++
.../amazon/aws/hooks/test_base_aws_system.py | 55 ++++++
.../google/cloud/utils/gcp_authenticator.py | 1 +
7 files changed, 410 insertions(+), 6 deletions(-)
create mode 100644 tests/providers/amazon/aws/hooks/test_base_aws_system.py