flownative / flow-aws-s3

Amazon S3 adaptor for Neos and Flow
MIT License
18 stars 33 forks source link

BUGFIX: Prevent copying same file multiple times #33

Closed Sebobo closed 4 years ago

Sebobo commented 4 years ago

When a file exists multiple times as variant it was copied n-1 times because the first time it was matched against the known objects the known object info was deleted. Further checks then initiated the copy process again.

skurfuerst commented 4 years ago

very good catch :)