Amazon Web Services (AWS) Connection

Introduction

In order to create a connection with a AWS S3 Account, you will need to provide the following data from a service account.

  • Private ID
  • Private Secret

More information on the AWS Credentials Documentation

If you don't have a service account yet, please read the following lonk on how to create an aws access key and secret service account

Permissions Needed for S3 account:

In order to be able to import and export file from your aws s3 account, we need the following permissions to be enabled:

Please make sure you setup the following permissions before testing the connection:

  • s3:PutObject
  • s3:GetObject
  • s3:ListBucket
  • s3:ListAllMyBuckets
  • s3:HeadBucket

You can watch this video for a step by step guide on how to setup the above permissions.

Custom URL Signer & OAUTH2

See Custom URL Signer.