This is an automated email from the ASF dual-hosted git repository.
feluelle pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from f02ad50 Delete irrelevant entries from UPDATING.md (#10093)
add 53ada6e Add S3KeysUnchangedSensor (#9817)
No new revisions were added by this update.
Summary of changes:
.../amazon/aws/sensors/s3_keys_unchanged.py | 163 +++++++++++++++++++++
docs/operators-and-hooks-ref.rst | 3 +-
.../amazon/aws/sensors/test_s3_keys_unchanged.py | 97 ++++++++++++
3 files changed, 262 insertions(+), 1 deletion(-)
create mode 100644 airflow/providers/amazon/aws/sensors/s3_keys_unchanged.py
create mode 100644 tests/providers/amazon/aws/sensors/test_s3_keys_unchanged.py