This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c0eaa9b25d Add deferrable mode to CloudSQLExportInstanceOperator
(#30852)
add a46b942f48 Add deferrable mode to S3KeysUnchangedSensor (#31940)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/s3.py | 112 +++++++++++++++++++
airflow/providers/amazon/aws/sensors/s3.py | 38 ++++++-
airflow/providers/amazon/aws/triggers/s3.py | 107 ++++++++++++++++++
.../operators/s3/s3.rst | 10 ++
tests/providers/amazon/aws/hooks/test_s3.py | 121 +++++++++++++++++++++
tests/providers/amazon/aws/triggers/test_s3.py | 85 ++++++++++++++-
tests/system/providers/amazon/aws/example_s3.py | 12 +-
7 files changed, 480 insertions(+), 5 deletions(-)