Closed rosechicken closed 7 months ago
Add support for filename allow-list/block-list to filter downloaded files.
KTOOLBOX_JOB__ALLOW_LIST
, KTOOLBOX_JOB__BLOCK_LIST
in prod.env
or environment variables to set this option📖More information: Configuration-Reference-JobConfiguration
# Only download files that match these pattern
KTOOLBOX_JOB__ALLOW_LIST=["*.jpg","*.jpeg","*.png"]
# Not to download files that match these pattern
KTOOLBOX_JOB__BLOCK_LIST=["*.psd"]
For example, downloading all files except for PSD format