Nodes/ComfyUI-InoNodes/Ino S3 Download Folder
ComfyUI Node

Ino S3 Download Folder

Downloads an entire folder from S3 with concurrent downloads.

By nobandegani·Created about a year ago·Updated 28 days ago· 5
Ino S3 Download Folder
    • success
    • message
    • rel_path
    • abs_path
    • total_files
    • downloaded_successfully
    • skipped_files
    • failed_downloads
    • errors
    enabledtrue
    s3_keyinput/example.png
    parent_folder
    folderinput/
    s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}
    max_concurrent8
    verifyfalse
    overwritefalse
    CategoryInoS3Helper

    Inputs (8)

    NameTypeDefaultDescription
    enabledBOOLEANtrue
    s3_keySTRINGinput/example.png
    parent_folderCOMBO3 options: input, output, temp
    folderSTRINGinput/
    s3_configoptSTRING{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}you can leave it empty and pass it with env vars
    max_concurrentoptINT81–16
    verifyoptBOOLEANfalseIf True, verify folder sync after download (skipped if download had failures).
    overwriteoptBOOLEANfalseIf False (default), per file skip when the local file already matches S3.

    Outputs (9)

    NameTypeDescription
    successBOOLEAN
    messageSTRING
    rel_pathSTRING
    abs_pathSTRING
    total_filesINT
    downloaded_successfullyINT
    skipped_filesINT
    failed_downloadsINT
    errorsSTRING