You can't use this until you register with us!




Description

S3 tooling used to move files from one location/bucket to another location/bucket



Available Actions

Archive Files

Scan bucket/path for files matching certain critera. Move them if they match the archive restrictions. After successful move delete from the source location.


Variables

S3 Information
source_aws_connection required

AWS Credentials with access to the sources and target s3 locations.

source_bucket

S3 Bucket where you want to unload the data to.

source_s3_path required

Path where source files are

target_bucket

Bucket you plan to archive to

target_s3_path required

Path where files will be archived to.


Archive Definition
archive_value required

Number of days that need to pass before archiving the objects. Based on creation date.

delete_after required

Flag to specify deleting source files after successfully copying them to the target bucket/path


user_params

User defined parameters to enable templating of paths for more configurable options...