For the complete documentation index, see llms.txt. This page is also available as Markdown.

Amazon S3

Amazon S3 is a scalable, secure, and highly available object storage service for storing and retrieving data.

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.

Downloading objects

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.

Uploading objects

Last updated

Was this helpful?