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




Description

Download files from Box and store them in S3.


Purchasing Options



Available Actions

Download Data

Download files from Box and store them in an S3 bucket.


Variables

General Parameters
box_credentials required

Credentials to use to authenticate with Box.

as_user_id

ID of the user with permission to access the files to download.

box_folder_path

Path from the root folder in Box to the parent folder of the files to download. Sub-folders under the parent will be included.

box_folder_id

Optional. ID of the parent folder of the files to download.

filename_mask

RegEx pattern for files to download. Specify .* for all files.

file_extensions

Only files with the extensions specified will be downloaded. Leave blank for all files.

recursive_search

Enable to also search for files in subfolders under the Source Folder.

pointer required

Datetime stamp indicating the starting point, based on last modification date, of the files to download. Formatted as YYYY-MM-DDTHH:MM:SS in UTC timezone.


Destination Parameters
aws_token_connection required

Select the AWS Access Keys to use to access the S3 bucket where the data will be stored.

s3_bucket_config required

Select the Shared Config that contains information about the S3 Bucket where the data will be stored.

s3_folder_path

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

keep_original_structure

Enable to retain the sub-folder structure from the Source Folder instead of creating a sub-folder structure based on file modification datetime.

allow_overwrite

Enable to allow an existing file with the same name in the Target Folder to be overwritten.