ComfyUI Node
Ino S3 Download Folder
Downloads an entire folder from S3 with concurrent downloads.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| s3_key | STRING | input/example.png | — |
| parent_folder | COMBO | 3 options: input, output, temp | |
| folder | STRING | input/ | — |
| 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 |
| max_concurrentopt | INT | 81–16 | — |
| verifyopt | BOOLEAN | false | If True, verify folder sync after download (skipped if download had failures). |
| overwriteopt | BOOLEAN | false | If False (default), per file skip when the local file already matches S3. |
Outputs (9)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |
| message | STRING | — |
| rel_path | STRING | — |
| abs_path | STRING | — |
| total_files | INT | — |
| downloaded_successfully | INT | — |
| skipped_files | INT | — |
| failed_downloads | INT | — |
| errors | STRING | — |