Amazon S3 Client Action

The Amazon S3 Client action plugin is available in the Hub.

Use the Amazon S3 Client Action to work with S3 buckets and objects before or after the execution of a pipeline. For example, you might use the Amazon S3 Client action to copy files from a client’s S3 bucket to your own S3 bucket in order to process it.

Configuration

Property

Macro Enabled?

Description

Property

Macro Enabled?

Description

Amazon S3 Client Action

Yes

Required. The action the plugin should perform: Copy Object, Create Bucket, or Delete Bucket. Based on this, different configuration options may be required.

Default is Copy Object.

AWS Access Key Id

Yes

Required. The Amazon Access Key that has permission to perform the specified action.

AWS Secret Key Id

Yes

Required. The Amazon Secret Key that has permission to perform the specified Action.

Amazon Region

Yes

Optional. The Amazon Region where the S3 action is to be performed.

Default is us-east-1.

Copy Object Options

 

 

Source Bucket Name

Yes

Required for copy object action. The bucket where the file currently exists that you want to copy.

Source Object Key

Yes

Required for copy object action. The object key to copy. If the file is in a folder, this includes the full path to the object.

Destination Bucket Name

Yes

Required for copy object action. The bucket to copy the file to.

Destination Object Key

Yes

Required for copy object action. The new object key of the file. If the file is in a folder, this is the full path to the new object.

Create / Delete Bucket Options

 

 

Bucket Name to Create or Delete

Yes

Required for create or delete bucket action. The name of the bucket to create or delete.

Macro Name for New Bucket Name

Yes

Required for create or delete bucket action. The name of the macro that is to contain the new bucket name. This can be used in your pipeline if the name of the bucket is dynamic.

Created in 2020 by Google Inc.