An S3 download file job is failing with the following error message:
INFO : Downloading a file. URL - https://bucket.amazonaws.com/path/to/file/file_name.txt
INFO: Download job failed.
/path/to/file: Device or resource busy
*
********************************
** EXECUTION FAILED **
********************************
Job definition:
PARAM: Endpoint url = https://bucket.amazonaws.com
PARAM: Cloud Storage type = AWS
PARAM: Access Key = ACCESS_KEY
*
*
PARAM: Region name = region
PARAM: Source Bucket = source_bucket
PARAM: Source File path = path/to/file/file_name.txt
PARAM: Destination File path = /path/to/file
Release: 21.0.0
Component: Integration S3
Configuration.
The "Destination File Path" also needs to include the file name.
PARAM: Destination File path = /path/to/file/file_name.txt
Instead of:
PARAM: Destination File path = /path/to/file