My current scenario is getting the file name from SQS, and fetch that file from one s3 bucket location and load into another s3 bucket location. I am able to do this without issues. But when the file is not present in the source S3 location, the job (ts3Get) fails with error file not found. I would like to add a check for file existence and use if condition to tackle this scenario. However i couldn't figure how to check for the existence of file. Is there a component similar to tFileExist for s3 which can perform this.