You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by on...@apache.org on 2023/03/02 20:31:24 UTC

[airflow] branch main updated: Update sftp_to_s3.rst (#29869)

This is an automated email from the ASF dual-hosted git repository.

onikolas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 372ea492e5 Update sftp_to_s3.rst (#29869)
372ea492e5 is described below

commit 372ea492e5180ff70320bc5d6789517c087356ac
Author: Michał Wesołowski <12...@users.noreply.github.com>
AuthorDate: Thu Mar 2 21:31:16 2023 +0100

    Update sftp_to_s3.rst (#29869)
    
    This operator does not use AWS transfer family. it just connects to SFTP, copies the file locally and puts it on S3.
---
 docs/apache-airflow-providers-amazon/operators/transfer/sftp_to_s3.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow-providers-amazon/operators/transfer/sftp_to_s3.rst b/docs/apache-airflow-providers-amazon/operators/transfer/sftp_to_s3.rst
index 67f91c9edb..3023d7bf7e 100644
--- a/docs/apache-airflow-providers-amazon/operators/transfer/sftp_to_s3.rst
+++ b/docs/apache-airflow-providers-amazon/operators/transfer/sftp_to_s3.rst
@@ -20,7 +20,7 @@ SFTP to Amazon S3
 =================
 
 Use the ``SFTPToS3Operator`` transfer to copy the data from a SFTP server to an Amazon Simple Storage Service (S3) file.
-For more information about the service visits `Amazon Transfer for SFTP API documentation <https://docs.aws.amazon.com/whitepapers/latest/architecting-hipaa-security-and-compliance-on-aws/aws-transfer-for-sftp.html>`_.
+
 
 Prerequisite Tasks
 ------------------