You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a transfer that is a directory of files is uploaded to the MinIO "sips" bucket for processing, Enduro creates a separate processing workflow for each file in the directory, and then each workflow fails with an fatal error in the download-activity.
The text was updated successfully, but these errors were encountered:
djjuhasz
changed the title
Problem: Enduro fails to process an directory of files
Problem: Enduro fails to process a directory of files uploaded to MinIO
Jan 31, 2024
Describe the bug
When a transfer that is a directory of files is uploaded to the MinIO "sips" bucket for processing, Enduro creates a separate processing workflow for each file in the directory, and then each workflow fails with an fatal error in the download-activity.
To Reproduce
Steps to reproduce the behavior:
sips
bucketOne Enduro processing workflow is started for each file in the directory, then each workflow fails with a download-activity error like:
Expected behavior
Screenshots
Additional context
isDir
parameter, but it is always set to false for MinIO watcher eventsisDir
parameter to true when appropriate (https://github.com/artefactual-sdps/enduro/blob/main/internal/watcher/filesystem.go#L153)The text was updated successfully, but these errors were encountered: