S3ToFTPOperator

Amazon

This operator enables the transferring of files from S3 to a FTP server.

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Amazon provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

s3_bucketRequiredThe targeted s3 bucket. This is the S3 bucket from where the file is downloaded.
s3_keyRequiredThe targeted s3 key. This is the specified file path for downloading the file from S3.
ftp_pathRequiredThe ftp remote path. This is the specified file path for uploading file to the FTP server.
aws_conn_idreference to a specific AWS connection
ftp_conn_idThe ftp connection id. The name or identifier for establishing a connection to the FTP server.

Documentation

This operator enables the transferring of files from S3 to a FTP server.

See also

For more information on how to use this operator, take a look at the guide: Amazon S3 To FTP transfer operator

Example DAGs

Was this page helpful?