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




Description

Copy files from a Google Cloud Storage bucket to an Amazon S3 bucket.


Purchasing Options



Available Actions

Copy Files

Copy files created or modified after a specified datetime from a Google Cloud Storage Bucket to an Amazon S3 Bucket.


Variables

Source Parameters
gcp_conn required

Select the credentials to use to authenticate with the Google Cloud Platform.

gcp_bucket required

Specify name of the Cloud Storage bucket with the files to copy.

gcp_prefix

Specify the path to folder containing the files to copy. This parameter is used as a key prefix filter.

start_point

Date and time in UTC where the copy should begin. Only files created or updated after this datetime will be copied. This field will automatically be updated after each successful task run.


Destination Parameters
aws_token required

Select the credentials to use to access the S3 bucket where the files will be copied.

s3_bucket_config required

Select the Shared Config that contains information about the S3 Bucket where the files will be copied.

target_folder

Path from the starting folder in the S3 Bucket Configuration to the folder where the data will be stored.

allow_overwrite required

Enable to allow existing files with the same name to be overwritten.