S3 to SFTP sync operator

23 Views Asked by At

I appreciate the S3ToSFTPOperator:

https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/_api/airflow/providers/amazon/aws/transfers/s3_to_sftp/index.html

for moving specific files from S3 to SFTP.

But with Boto3 / aws cli it is also possible to use the sync operation to synchronise from a source location into a target location all the files in the source one: https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html

I wonder if there is a way to have the target location for this sync to an SFTP location in Airflow?

0

There are 0 best solutions below