Getting started with Amazon S3
This section explains how to get started with an AWS Amazon S3 account so you can adapt it to our extensions. Most of our extensions can interact with Amazon S3 storage, so you can follow these instructions to set up your S3 account to use any or all of them.
Once you complete this, we need the AWS Key and Secret access key so we can store them in an encrypted format within our CRM.
Learn how to get a new S3 account on the AWS Amazon S3 website.
The following steps cover the specifics of setting up the Amazon account.

Note
Follow the steps described earlier in this article to create your bucket, which is essentially a folder to store your documents.
Note
After you set up your S3 account, follow these steps from the AWS Management Console.
Create IAM user and grant access (recommended)
This method is the most secure way to grant access, as you have fine control over which users can access what.
Go to IAM Console:
In AWS Management Console, go to Services > IAM (Identity and Access Management).

Create a New User:
Select Users > Add users.
Enter a username, like S3User.
Select Access key - Programmatic access to give this user access to the bucket via our extensions.
Assign Permissions:
Choose Attach existing policies directly.
Either use AmazonS3FullAccess to give broad permissions, or create a custom policy for more specific access.

When this screen appears, select the Other option.

Complete User Creation:
Finish the user creation wizard.
Download the user's Access key ID and Secret access key.

Send Credentials:
Provide us with the new user credentials (Access key, Secret access key).