You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fe...@apache.org on 2021/01/13 15:50:23 UTC

[airflow] branch master updated (475f1ab -> 04d278f)

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 475f1ab  Fix invalid continue_token for cleanup list pods (#13563)
     add 04d278f  Add S3ToFTPOperator (#11747)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   |  2 +-
 .../aws/transfers/{s3_to_sftp.py => s3_to_ftp.py}  | 61 +++++++++-------------
 airflow/providers/amazon/provider.yaml             |  3 ++
 airflow/providers/dependencies.json                |  1 +
 .../amazon/aws/transfers/test_s3_to_ftp.py         | 43 +++++++++++++++
 5 files changed, 74 insertions(+), 36 deletions(-)
 copy airflow/providers/amazon/aws/transfers/{s3_to_sftp.py => s3_to_ftp.py} (52%)
 create mode 100644 tests/providers/amazon/aws/transfers/test_s3_to_ftp.py