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

Ino S3 Download String

Downloads a text object from S3 directly into memory and returns its content as a string.

By nobandegani·Created about a year ago·Updated 29 days ago· 5
Ino S3 Download String
    • success
    • message
    • string
    enabledtrue
    s3_keyinput/example.txt
    s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}
    encodingutf-8
    CategoryInoS3Helper

    Inputs (4)

    NameTypeDefaultDescription
    enabledBOOLEANtrue
    s3_keySTRINGinput/example.txt
    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
    encodingoptSTRINGutf-8

    Outputs (3)

    NameTypeDescription
    successBOOLEAN
    messageSTRING
    stringSTRING