Skip to Content

Amazon S3 Connection

Introduction

An Amazon S3 connection, created using the Amazon S3 connector, establishes access to Amazon S3. Once a connection is configured, you can create instances of Amazon S3 activities associated with that connection to be used either as sources (to provide data in an operation) or as targets (to consume data in an operation).

Note

To use the Amazon S3 connector, the Amazon S3 instance must have the s3:PutObject, s3:GetObject, and s3:ListBucket permissions set. For more information, see the Amazon S3 permissions documentation.

Create or Edit an Amazon S3 Connection

A new Amazon S3 connection is created using the Amazon S3 connector from one of these locations:

An existing Amazon S3 connection can be edited from these locations:

Configure an Amazon S3 Connection

Each user interface element of the Amazon S3 connection configuration screen is described below.

Amazon S3 connection configuration

Tip

Fields with a variable icon Variable icon support using global variables, project variables, and Jitterbit variables. Begin either by typing an open square bracket [ into the field or by clicking the variable icon to display a list of the existing variables to choose from.

  • Connection Name: Enter a name to use to identify the connection. The name must be unique for each Amazon S3 connection and must not contain forward slashes / or colons :. This name is also used to identify the Amazon S3 endpoint, which refers to both a specific connection and its activities.

  • Access Key ID: Enter the Amazon S3 access key ID associated with your AWS account or bucket.

  • Secret Access Key: Enter the Amazon S3 secret access key associated with your AWS account or bucket.

  • AWS Region (Used for Authentication Only): Select an Amazon S3 Region.

  • Use Proxy Settings (Private Agent Only): When using a Private Agent, this setting can be selected to use Private Agent proxy settings.

  • Test: Click to verify the connection using the provided configuration. When the connection is tested, the latest version of the connector is downloaded by the agent(s) in the agent group associated with the current environment. This connector supports suspending the download of the latest connector version by using the Disable Auto Connector Update organization policy.

  • Save Changes: Click to save and close the connection configuration.

  • Discard Changes: After making changes to a new or existing configuration, click to close the configuration without saving. A message asks you to confirm that you want to discard changes.

  • Delete: After opening an existing connection configuration, click to permanently delete the connection from the project and close the configuration (see Component Dependencies, Deletion, and Removal). A message asks you to confirm that you want to delete the connection.

Next Steps

After an Amazon S3 connection has been created, you place an activity type on the design canvas to create activity instances to be used either as sources (to provide data in an operation) or as targets (to consume data in an operation).

Menu actions for a connection and its activity types are accessible from the project pane and design component palette. For details, see Actions Menus in Connector Basics.

These activity types are available:

  • Put Object: Places object data into an Amazon S3 bucket and is intended to be used as a target in an operation.

  • Get Object: Retrieves an object from an Amazon S3 bucket and is intended to be used as a source in an operation.

  • List Objects: Returns some or all (up to 100,000) of the objects in an Amazon S3 bucket and is intended to be used as a target in an operation.