Files from chunked uploads are not deleted from S3, no ability to view them #30762
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
bug
feature: object storage
As a fairly new user I just set up Nextcloud via Kubernetes with an S3 (compatible) primary backend for file storage. I have only one user and deleted all the welcome files, also from the trash.
filelocking.enabled
is set tofalse
.The user interface correctly shows 0B used.
My S3 bucket however, shows over 100 objects with over 400MB usage.
The
occ
tool gives me no ability to view them and tells me there are no files.Many of the files appear to have exactly the same size but their binary content doesn't tell me what the file is. I assume this is part of a chunked upload that I canceled, because they are referenced in the database as part of
uploads/web-file-upload-*/
.I found a related help topic that was never answered.
So the questions are:
The text was updated successfully, but these errors were encountered: