Nodes/ComfyUI-InoNodes/Ino S3 Verify File
ComfyUI Node

Ino S3 Verify File

Verifies a local file exists in S3 and optionally checks integrity via hash.

By nobandegani·Created about a year ago·Updated 28 days ago· 5
Ino S3 Verify File
    • success
    • message
    • rel_path
    • abs_path
    • exists_remote
    • sizes_match
    • verify_method
    • local_size
    • remote_size
    • etag
    • md5_match
    • sha256_match
    enabledtrue
    s3_key
    parent_folder
    folder
    filename
    s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}
    use_md5false
    use_sha256false
    CategoryInoS3Helper

    Inputs (8)

    NameTypeDefaultDescription
    enabledBOOLEANtrue
    s3_keySTRING
    parent_folderCOMBO3 options: input, output, temp
    folderSTRING
    filenameSTRING
    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
    use_md5optBOOLEANfalse
    use_sha256optBOOLEANfalse

    Outputs (12)

    NameTypeDescription
    successBOOLEAN
    messageSTRING
    rel_pathSTRING
    abs_pathSTRING
    exists_remoteBOOLEAN
    sizes_matchBOOLEAN
    verify_methodSTRING
    local_sizeINT
    remote_sizeINT
    etagSTRING
    md5_matchBOOLEAN
    sha256_matchBOOLEAN