EJAg
EJAg

Reputation: 3298

AWS S3 object create event gives me _TRANSFER_IN_PROGRESS_xxx file name

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

Answers (1)

John Rotenstein
John Rotenstein

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

Related Questions