Hi,
We are trying to automate the file transfer from Sharepoint to s3. Below are the steps we have followed.
1. Created an AWS Transfer family server
2. Created required IAM roles and bucket
3. Tested SFTP from a local machine and everything works fine
4. Created a power automate flow to read the content of a file and then create a new file using SFTP-SSH connector
Everything is working fine and the file is created on the s3 bucket in the specified folder. The issue we are facing is that the flow ran for 9 minutes to upload a 33 MB file. Is there an alternative way to achieve this? We need to upload 20-30 files and with this performance, it will take a lot of time.