This is an automated email from the ASF dual-hosted git repository. onikolas pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
from 518926a5a60 More robust handling of `BaseHook.get_connection`'s `CONNECTION_NOT_FOUND` Task SDK exception (#52838) add 2328c6db0f9 Add support for S3 dag bundle (#46621) No new revisions were added by this update. Summary of changes: .../providers/amazon/aws/bundles}/__init__.py | 0 .../src/airflow/providers/amazon/aws/bundles/s3.py | 152 ++++++++++++++ .../src/airflow/providers/amazon/aws/hooks/s3.py | 77 +++++++ .../tests/unit/amazon/aws/bundles}/__init__.py | 0 .../tests/unit/amazon/aws/bundles/test_s3.py | 227 +++++++++++++++++++++ .../amazon/tests/unit/amazon/aws/hooks/test_s3.py | 65 ++++++ 6 files changed, 521 insertions(+) copy {airflow-core/src/airflow/api => providers/amazon/src/airflow/providers/amazon/aws/bundles}/__init__.py (100%) create mode 100644 providers/amazon/src/airflow/providers/amazon/aws/bundles/s3.py copy {airflow-core/src/airflow/api => providers/amazon/tests/unit/amazon/aws/bundles}/__init__.py (100%) create mode 100644 providers/amazon/tests/unit/amazon/aws/bundles/test_s3.py