ComfyUI Node
Ino S3 Upload Video
Saves video to temp then uploads it to S3.
Ino S3 Upload Video
- video
- video
- success
- message
- file_name
- s3_video_path
◄enabledtrue►
◄s3_path_key►
◄s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}►
◄video_format▾►
◄video_codec▾►
◄unique_file_nametrue►
◄filename►
◄delete_localtrue►
CategoryInoS3Helper
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| video | VIDEO | — | |
| s3_path_key | STRING | — | |
| 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 |
| video_formatopt | COMBO | 2 options: mp4, auto | |
| video_codecopt | COMBO | 2 options: h264, auto | |
| unique_file_nameopt | BOOLEAN | true | — |
| filenameopt | STRING | — | |
| delete_localopt | BOOLEAN | true | Delete the locally saved video after a successful S3 upload. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | — |
| success | BOOLEAN | — |
| message | STRING | — |
| file_name | STRING | — |
| s3_video_path | STRING | — |