Recognize app not working with Wasabi S3 as primary object storage

Hi,

I’m running Nextcloud 32.0.6 in Docker with Wasabi S3 configured as primary object storage (not external storage). All files are stored as urn:oid:XXXXXX objects directly in the bucket.

I installed the Recognize app (v10.0.7) for face recognition, downloaded the models successfully, but occ recognize:recrawl and occ recognize:classify complete instantly without processing any files. All queues remain empty (oc_recognize_queue_faces, oc_recognize_queue_imagenet, etc.) and no face detections are recorded.

My setup:

  • Nextcloud 32.0.6 (Docker)

  • Wasabi S3 as primary objectstore (\OC\Files\ObjectStore\S3)

  • ~12,000 photos in the Photos folder

  • Recognize 10.0.7

Is Recognize compatible with S3 primary object storage? Is there a workaround?

Thanks

It should work. There is support for it in the code.

Are you using encryption (either E2EE or SSE) or anything like that?

Anything in your log?