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

Old objects with the same path/name are not deleted #15

Closed
roman-khimov opened this issue Jan 31, 2024 · 1 comment
Closed

Old objects with the same path/name are not deleted #15

roman-khimov opened this issue Jan 31, 2024 · 1 comment
Labels
bug Something isn't working I3 Minimal impact S3 Minimally significant U2 Seriously planned

Comments

@roman-khimov
Copy link
Member

Current Behavior

Uploading file the same name as already existing one doesn't replace the object.

Expected Behavior

Object with the same path to be replaced.

Possible Solution

Check for existing objects with the same path, drop them after upload.

Steps to Reproduce

Upload neofs-spec-latest.pdf via
https://github.com/nspcc-dev/neofs-spec/blob/968f6864e6207667ea2284c9066f4cc8993f494c/.github/workflows/neofs.yml, get it via the gateway.

Context

Related to #2.

@roman-khimov roman-khimov added U2 Seriously planned bug Something isn't working S3 Minimally significant I3 Minimal impact labels Jan 31, 2024
@roman-khimov roman-khimov changed the title Old objects are not deleted for the same name Old objects with the same path/name are not deleted Jan 31, 2024
MaxGelbakhiani added a commit that referenced this issue Mar 13, 2024
MaxGelbakhiani added a commit that referenced this issue Mar 13, 2024
@roman-khimov
Copy link
Member Author

Fixed in #16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working I3 Minimal impact S3 Minimally significant U2 Seriously planned
Projects
None yet
Development

No branches or pull requests

1 participant