Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.