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

Versions get mixed up #1259

Closed
n3liz opened this issue Aug 12, 2023 · 2 comments
Closed

Versions get mixed up #1259

n3liz opened this issue Aug 12, 2023 · 2 comments
Labels
1. bug Something isn't working 2. backend This issue/pr relates to an issue/change on the backend

Comments

@n3liz
Copy link

n3liz commented Aug 12, 2023

Observed/problematic behavior

If you upload a version (for instance) plugin.jar and then delete it. After that upload another version with the same filename and artifact data but with a different file. Download the version you just uploaded. You will now have the old deleted version.

Expected behavior

The file updating correctly.

Steps to reproduce

  1. Upload a file called plugin.jar, version 1.0.
  2. Delete version 1.0.
  3. Upload another file also called plugin.jar, version 1.0.
  4. Download version 1.0.
    Now you have the old file uploaded in step 1.

Other

No response

@kennytv kennytv added 1. bug Something isn't working 2. backend This issue/pr relates to an issue/change on the backend labels Aug 13, 2023
@kennytv
Copy link
Member

kennytv commented Aug 13, 2023

Had a few attempts at fixing it and it works locally with minio, so not sure what's up with the actually used storage implementation. Will have to look into the actual s3 storage

@kennytv
Copy link
Member

kennytv commented Aug 25, 2023

Alright the remaining issue was one of caching, should be fixed shortly.

@kennytv kennytv closed this as completed Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. bug Something isn't working 2. backend This issue/pr relates to an issue/change on the backend
Projects
Status: Done
Development

No branches or pull requests

2 participants