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
Removed unused Map import and updated the 'from' field description in the Uploads class. Refactored the output reading logic to handle URI strings more effectively.
title = "The files to upload, must be internal storage URIs, must be a list of URIs or a pebble template that returns a list of URIs",
29
-
anyOf = {
30
-
String.class,
31
-
String[].class
32
-
}
26
+
title = "The files to upload, must be internal storage URIs, must be a list of URIs or a pebble template that returns a list of URIs",
27
+
anyOf = {
28
+
String.class,
29
+
String[].class
30
+
},
31
+
description = "Must be Kestra internal storage URIs. Can be a single URI string, a list of URI strings, or an internal storage URI pointing to a file containing URIs."
0 commit comments