Nodes/ComfyUI-InoNodes/Ino S3 Get Download URL
ComfyUI Node

Ino S3 Get Download URL

Generates a presigned download URL for an S3 object.

By nobandegani·Created about a year ago·Updated 28 days ago· 5
Ino S3 Get Download URL
    • success
    • message
    • download_url
    • filename
    enabledtrue
    s3_keyinput/example.png
    expires_in3600
    as_attachmentfalse
    filename
    s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}
    CategoryInoS3Helper

    Inputs (6)

    NameTypeDefaultDescription
    enabledBOOLEANtrue
    s3_keySTRINGinput/example.png
    expires_inINT36001–604800Link lifetime in seconds (max 7 days = 604800).
    as_attachmentBOOLEANfalse
    filenameSTRINGOptional download filename. Leave empty to default to the object's basename.
    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

    Outputs (4)

    NameTypeDescription
    successBOOLEAN
    messageSTRING
    download_urlSTRING
    filenameSTRING