You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are uploading logs to S3. Another consumer periodically collects those file.
Consumer expects that most recently uploaded files appears last in the file list when sorted by name.
So consumer just remembers which file name he downloaded last and queries S3 only for files with filename > last downloaded file.
Newer plugin version use a random UUID in the file name, so the files are no longer name-sortable.
Balgorn, benben, andreimahu, mzh2008, encee and 14 more