We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uploading file the same name as already existing one doesn't replace the object.
Object with the same path to be replaced.
Check for existing objects with the same path, drop them after upload.
Upload neofs-spec-latest.pdf via https://github.com/nspcc-dev/neofs-spec/blob/968f6864e6207667ea2284c9066f4cc8993f494c/.github/workflows/neofs.yml, get it via the gateway.
Related to #2.
The text was updated successfully, but these errors were encountered:
Added replace_objects and replace_container_contents options
38293a2
Fixes #2 and #15 Signed-off-by: MaxGelbakhiani <[email protected]>
3173757
Fixed in #16.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: