ComfyUI Node
Ino S3 Upload Folder
Uploads an entire local folder to S3 with concurrent uploads and optional verification.
Ino S3 Upload Folder
- success
- message
- rel_path
- abs_path
- total_files
- uploaded_successfully
- failed_uploads
- errors
◄enabledtrue►
◄s3_key►
◄parent_folder▾►
◄folder►
◄delete_localtrue►
◄s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}►
◄max_concurrent8►
◄verify_with_s3false►
CategoryInoS3Helper
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| s3_key | STRING | — | |
| parent_folder | COMBO | 3 options: input, output, temp | |
| folder | STRING | — | |
| delete_local | BOOLEAN | true | — |
| 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 | — |
| verify_with_s3opt | BOOLEAN | false | — |
Outputs (8)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |
| message | STRING | — |
| rel_path | STRING | — |
| abs_path | STRING | — |
| total_files | INT | — |
| uploaded_successfully | INT | — |
| failed_uploads | INT | — |
| errors | STRING | — |