logstash-output-s3
logstash-output-s3 copied to clipboard
No need for counters, because temporary file names are already random
What is the point of adding a .part#{counter}.
to the temporary file name?
It is already unique, since it includes #{SecureRandom.uuid}
https://github.com/logstash-plugins/logstash-output-s3/blob/408a814a4b205275ffad63de5b5dfcaf65163817/lib/logstash/outputs/s3/temporary_file_factory.rb#L72