concurrency? |
number |
Parallel uploads (default 4). |
destPrefix? |
string |
Prefix prepended to each file’s relative path in the deployment (e.g. “run/”). |
filter? |
(relPath) => boolean |
Keep only files whose POSIX-relative path passes; everything uploads when omitted. |
onFileUploaded? |
(destPath) => void |
Called after each file lands, with its destination path. |