ComfyUI Node
Ino S3 Download File
Downloads a file from S3 to a local folder.
Ino S3 Download File
- success
- message
- rel_path
- abs_path
◄enabledtrue►
◄s3_keyinput/example.png►
◄parent_folder▾►
◄folders3download/►
◄s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}►
◄overwritefalse►
CategoryInoS3Helper
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| s3_key | STRING | input/example.png | — |
| parent_folder | COMBO | 3 options: input, output, temp | |
| folder | STRING | s3download/ | — |
| s3_configopt | STRING | {"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""} | you can leave it empty and pass it with env vars |
| overwriteopt | BOOLEAN | false | If False (default), skip the download when the local file already matches the remote (sha256/md5/size cascade). |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |
| message | STRING | — |
| rel_path | STRING | — |
| abs_path | STRING | — |