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

ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 4d9cb1deea Update owners for dockerhub image workflow (#31793)
     add b9b8da79b5 Add deferrable mode for S3KeySensor (#31018)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/s3.py           | 252 ++++++++++++++++-
 airflow/providers/amazon/aws/sensors/s3.py         |  55 +++-
 airflow/providers/amazon/aws/triggers/s3.py        |  99 +++++++
 airflow/providers/amazon/provider.yaml             |   5 +-
 .../operators/s3/s3.rst                            |  20 ++
 generated/provider_dependencies.json               |   1 +
 tests/providers/amazon/aws/hooks/test_s3.py        | 297 ++++++++++++++++++++-
 tests/providers/amazon/aws/sensors/test_s3_key.py  |  20 ++
 tests/providers/amazon/aws/triggers/test_s3.py     |  77 ++++++
 tests/system/providers/amazon/aws/example_s3.py    |  32 +++
 10 files changed, 849 insertions(+), 9 deletions(-)
 create mode 100644 airflow/providers/amazon/aws/triggers/s3.py
 create mode 100644 tests/providers/amazon/aws/triggers/test_s3.py

Reply via email to