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
So after investigating this, it seems to be "a feature, not a bug" with SH (/bin/sh).
On the entrypoint.sh script, the files are evaluated within a loop: for entry in $INPUT_FILES; do
This has the unfortunate outcome of splitting strings via spaces, BUT you can change the way it should split by updating the Internal Field Separator.
So the solution is:
Spaces in file names cases upload step to not work.
Config like this
With files like this
Generate error like this
The text was updated successfully, but these errors were encountered: