Amazon S3 (Amazon Simple Storage Service) is a service that provides object storage through a web service interface. Amazon S3 can be employed to store any type of object, which allows for uses like storage for Internet applications, backup and recovery, disaster recovery, data archives, data lakes for analytics, and hybrid cloud storage.
When connected, access is given to all buckets the logged in user has access to.
There are a number of use cases for the connector:
-
Project managers can add files directly to projects from an online repository.
-
Set up the submitter portal to allow Submitters to add files to requests directly from the online repository.
-
Use automated project creation (APC) to have new projects automatically created when a change in the last modified date is detected for monitored files or a folder.
-
Selected files are imported the very first time APC runs. All files are imported when a folder is monitored.
-
This connector supports absolute path setting.
-
-
Set up continuous jobs to have selected files monitored for changes.
-
Login to the AWS console.
-
Navigate to
. -
Select user for access.
-
Click the Security credentials tab.
-
Click Create access key.
The
window opens. -
Copy both the
and the . The IS and the key are used in Phrase settings.
Minimum permission settings must include the following actions:
-
s3:PutObject
-
s3:GetObject
-
s3:ListAllMyBuckets
-
s3:ListBucket
-
From the Settings
page, scroll down to the section.
-
Click on Connectors.
The
page opens. -
Click New.
The
page opens. -
Provide a name for the connection and change the Type to .
-
Provide
. -
Provide
. -
Click Test connection.
-
If successful, a small checkmark appears next to the
button.
-
-
Click Save.
The connector is added to the list on the
page.