Skip to main content

Connecting to Amazon S3

Your users will need the following information to connect their Amazon S3 account with your integration built with Paragon Connect:
  • API Key
Once your users have connected their Amazon S3 account, you can use the Paragon SDK to access the Amazon S3 API on behalf of connected users. See the Amazon S3 REST API documentation for their full API reference. Any Amazon S3 API endpoints can be accessed with the Paragon SDK as shown in this example.

Building Amazon S3 workflows

Once your Amazon S3 account is connected, you can add steps to perform the following actions:
  • Create Folder
  • Delete Folder
  • Upload File
  • Download File
  • List Files
You can also use the Amazon S3 Request step to access any of Amazon S3’s API endpoints without the authentication piece. When creating or updating records in Amazon S3, you can reference data from previous steps by typing {{ to invoke the variable menu.