Reputation: 3298
Am using s3:ObjectCreated
event. File is dropped by sftp. Problem is that sometimes when a file is dropped, I would receive two events: one with _TRANSFER_IN_PROGRESS_file-name as the name, and one with the original file-name. Why am I getting TRANSFER_IN_PROGRESS event and is there a way to disable it?
Upvotes: 0
Views: 145
Reputation: 269320
As mentioned in Step #11 here: Transferring files using a client - AWS Transfer Family:
Choose Disable for the Enable transfer resume/transfer to temporary filename for option.
Without this, the transfer process might be using a client that creates temporary files. If so, disable this option as shown in the instructions for WinSCP.
Upvotes: 1