mirror of
https://github.com/nspcc-dev/gh-push-to-neofs.git
synced 2026-03-01 04:28:40 +00:00
Old objects with the same path/name are not deleted #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Jan 31, 2024).
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
nspcc-dev/neofs-spec@968f6864e6/.github/workflows/neofs.yml, get it via the gateway.Context
Related to #2.
@roman-khimov commented on GitHub (Mar 26, 2024):
Fixed in #16.