Object Move

This Flux action is used to connect to an S3 server and move object(s) from one Bucket to another Bucket with the specified variables. Any S3 action in Flux will use the global S3 credentials file. Before using any S3 action, the credentials file must be created and populated.

This can be done by following the tutorial provided by Amazon here https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/setup-credentials.html

This needs to be done on every machine that is going to connect to S3.

A bucket is where files or “S3 Objects” are stored on an S3 server. Each Bucket is created from a Region. When interacting with a bucket in any way, you must be calling the action with the correct region.

A global runtime variable is default for the Region field in all S3 actions. This variable is “s3region”, and can be edited in your runtime variables file or Settings tab.

This action accepts wildcards from within the Object Name. This means you can select multiple Objects to be moved by providing a wildcard character in the name (ex: “.ffc”, “Output-.txt”).

This does not apply to the Bucket Names, this operation will execute within each Bucket specified.

This action will fail to execute if:

  • Both Buckets are not in the same Region
  • One or both Buckets do not exist

This action will not fail if 0 objects are moved. A list of objects moved is provided in the Result return object.