You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jiexiong2016
changed the title
nos server __service "DeleteFile" is using wrong keyword when deleting files uploaded to modes served by "nos serve up".
nos server __service "DeleteFile" is using wrong keyword when deleting files uploaded with relative path.
Jan 19, 2024
Fix issue #523
<!-- Thank you for your contribution! Please review
https://github.com/autonomi-ai/nos/blob/main/docs/CONTRIBUTING.md before
opening a pull request. -->
<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->
## Summary
<!-- Please give a short summary of the change and the problem this
solves. -->
## Related issues
<!-- For example: "Closes #1234" -->
## Checks
- [x] `make lint`: I've run `make lint` to lint the changes in this PR.
- [ ] `make test`: I've made sure the tests (`make test-cpu` or `make
test`) are passing.
- Additional tests:
- [ ] Benchmark tests (when contributing new models)
- [ ] GPU/HW tests
The automatic delete after upload seems not working when using relative path.
The text was updated successfully, but these errors were encountered: