Using S3 storage: Files remaining in uploads folder? #1082
Replies: 4 comments 9 replies
-
Something must be wrong with your S3 credentials. Do you use clamav? |
Beta Was this translation helpful? Give feedback.
-
I don't use clamav. I use Hetzner object storage and I can I see files being created there. The sync seems to be OK. I have synced more than 6000 files and only 3 of them remain in the uploads folder. I can even download the 6000 files so I think the credentials are OK. My setup looks like:
OpenCloud 3.0.0 |
Beta Was this translation helpful? Give feedback.
-
Thanks @micbar for pointing me to the documentation! Actually I have not been aware of that section. Then opencloud storage-users uploads sessions --restart solved my problem and now the Support of S3 for storing files was a key feature for me when choosing OpenCloud. Before using Hetzner object storage I have been using Backblaze B2 object storage. I have compare the performance of both and they are pretty similar. Both achieve about 100 MBit/s in both upload download. Actually I recognized the same problem with remaining files in the uploads folder when using Backblaze B2. So now I will add a cron job to my K8S setup to perform that operation on a regular base. Would it make sense to integrate that in OpenCloud directly somehow? |
Beta Was this translation helpful? Give feedback.
-
Offtopic: Is the configuration same for backblaze B2? I'm not sure if my config is working or not. I'm uploaded a small file 10 minutes ago and it's still processing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I use OpenCloud with S3 storage. When syncing (uploading) a folder using the desktop app, I saw files being created in
/var/lib/opencloud/storage/users/uploads
which are deleted after a short time. So I assume files are stored there temporarily before being stored on S3.Now after the the sync has been finished I recognized some files remaining in that folder:
When I read the
.info
files and the filenames listed in there, I can see those files being synced, so they exist in the web UI.Does anyone know, why the files keep being in the
uploads
folder even a day after the sync?Beta Was this translation helpful? Give feedback.
All reactions