

Amazon S3
Frends offers seamless integration with Amazon S3 (Amazon Simple Storage Service), enabling you to effortlessly connect and automate data flows between your systems and Amazon S3.
Frends has tasks for performing all core Amazon S3 operations.
By leveraging Frends' task-based approach, you can configure and customize Amazon S3 integrations according to your specific requirements. Frends offers a wide range of tasks that facilitate integrations to a variety of systems and protocols.
Use cases
Below you will find typical use cases for AMQP integrations and how they are implemented in Frends.
Download objects
By using the schedule trigger in conjunction with ListObjects
and DownloadObject
tasks we can create an integration that saves objects to local file system every day. The downloaded files can then be processed further - uploaded to an SFTP, parsed for data contained in them etc.
Upload objects
By using the file trigger and UploadObject
task we can create an integration that saves files to an Amazon S3 bucket. The file is then deleted from local file system.