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/03/27 13:22:22 UTC

[airflow] branch main updated (05128a0 -> 8ade99f)

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 05128a0  Add Notifications of build failures (#22552)
     add 8ade99f  Add doc and sample dag for S3ToFTPOperator and FTPToS3Operator (#22534)

No new revisions were added by this update.

Summary of changes:
 ...{example_sftp_to_s3.py => example_ftp_to_s3.py} | 15 +++++++-------
 ...{example_s3_to_sftp.py => example_s3_to_ftp.py} | 15 +++++++-------
 .../providers/amazon/aws/transfers/ftp_to_s3.py    |  4 ++++
 .../providers/amazon/aws/transfers/s3_to_ftp.py    |  4 ++++
 airflow/providers/amazon/provider.yaml             |  2 ++
 .../transfer/{sftp_to_s3.rst => ftp_to_s3.rst}     | 23 ++++++++++-----------
 .../transfer/{sftp_to_s3.rst => s3_to_ftp.rst}     | 24 +++++++++++-----------
 7 files changed, 49 insertions(+), 38 deletions(-)
 copy airflow/providers/amazon/aws/example_dags/{example_sftp_to_s3.py => example_ftp_to_s3.py} (78%)
 copy airflow/providers/amazon/aws/example_dags/{example_s3_to_sftp.py => example_s3_to_ftp.py} (78%)
 copy docs/apache-airflow-providers-amazon/operators/transfer/{sftp_to_s3.rst => ftp_to_s3.rst} (62%)
 copy docs/apache-airflow-providers-amazon/operators/transfer/{sftp_to_s3.rst => s3_to_ftp.rst} (62%)