ComfyUI Node
Ino S3 Download Video
Downloads a video file from S3 and returns it as a VIDEO type.
Ino S3 Download Video
- success
- message
- video
◄enabledtrue►
◄s3_keyinput/example.mp4►
◄s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}►
CategoryInoS3Helper
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| s3_key | STRING | input/example.mp4 | — |
| 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 |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |
| message | STRING | — |
| video | VIDEO | — |