Deleted files appear as locked objects

After several tests, both with the new test bucket and with the files that originally led me to discover this bug (?), I give up. I’m just going to trust what uplink and rclone tell me, the web interface definitely has something fishy about it.

I copied exactly 294 files, and confirmed this number with rclone, with uplink, with direct mounting via mountainduck and using the web interface itself:

uplink ls --recursive -o json --access all sj://bucket_name | wc -l
294

23-10-03_20-32-28__chrome

I made sure, using uplink, that there were no “ghost files”:

uplink ls --pending --recursive -o json --access all sj://bucket_name | wc -l
0

Still, the web interface shows 231 locked files:

image

Note: the copy of these files was made yesterday.

Even though this was done yesterday with rclone’s default number of simultaneous transfers (4), and may have created the multipart upload issue mentioned above, why does the ls --pending command show zero results? Is it the command that is returning wrong or the web interface? IMHO is the web interface. Therefore, I will continue to use only command line access.

3 Likes