Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non unique keys generated for unique files (uppy/tus) #5609

Open
2 tasks done
adsjim opened this issue Jan 17, 2025 · 0 comments
Open
2 tasks done

Non unique keys generated for unique files (uppy/tus) #5609

adsjim opened this issue Jan 17, 2025 · 0 comments
Labels

Comments

@adsjim
Copy link

adsjim commented Jan 17, 2025

Initial checklist

  • I understand this is a bug report and questions should be posted in the Community Forum
  • I searched issues and couldn’t find anything (or linked relevant results below)

Link to runnable example

No response

Steps to reproduce

  1. Create three directories e.g. dir1, dir2 and dir3.
  2. Create a text file "test.txt" in each directory
  3. Open all text files in a text editor with "save all" function.
  4. Change the text of the files to be "test1", "test2" and "test3".
  5. Save all
  6. Try to upload each of the files, one by one. The second and third will not be uploaded because the key that is generated for them is exactly the same as the first (presumably, it ignores the content and is only concerned with the last updated timestamp and the size).

Expected behavior

Keys should be unique so that all three files can be uploaded.

Actual behavior

Only the first file is uploaded.

@adsjim adsjim added the Bug label Jan 17, 2025
@adsjim adsjim changed the title Non unique keys generated for unique files Non unique keys generated for unique files (uppy/tus) Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant