You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/04/14 00:12:43 UTC

[airflow] branch main updated (a68323cc72 -> ddb5d9b4a2)

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 a68323cc72 Base run details header on interval start (#22999)
     add ddb5d9b4a2 Add doc and sample dag for S3CopyObjectOperator and S3DeleteObjectsOperator (#22959)

No new revisions were added by this update.

Summary of changes:
 .../{example_s3_bucket.py => example_s3.py}        | 26 +++++++++++-
 airflow/providers/amazon/aws/operators/s3.py       |  8 ++++
 .../operators/s3.rst                               | 47 +++++++++++++++++-----
 3 files changed, 70 insertions(+), 11 deletions(-)
 rename airflow/providers/amazon/aws/example_dags/{example_s3_bucket.py => example_s3.py} (85%)