-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix error on delete in ChunkingV2Plugin #38083
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
Fix error on delete in ChunkingV2Plugin #38083
Conversation
blizzz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable
|
Thanks for the pull request, could you add a signoff message to your commit to fix the DCO check? https://github.com/nextcloud/server/blob/master/.github/CONTRIBUTING.md#sign-your-work has more details about taht. |
Signed-off-by: Lorenzo Taanganelli <[email protected]>
e34b41b to
592f2ec
Compare
|
@juliushaertl change message on commit close this pull request. Sorry for that |
|
Hm I could not do that, maybe you can open a fresh one? |
|
i publish new one: #38100 DCO continue to not pass, but I have added my email and username (official one) |
|
should be fixed now.... |
Summary
This PR fix the error on "delete" call when is used and storage class that is not
IChunkedFileWrite::class.Implementation is the same of other "before" method
TODO
Checklist