ComfyUI Node
Ino S3 Upload Image
Encodes a single image as PNG in memory and uploads it directly to S3. Only supports one image (batch size 1).
Ino S3 Upload Image
- image
- image
- success
- message
- file_name
- s3_image_path
◄enabledtrue►
◄s3_path_key►
◄s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}►
◄compress_level4►
◄unique_file_nametrue►
◄filename►
CategoryInoS3Helper
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| image | IMAGE | — | |
| 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 |
| compress_levelopt | INT | 41–9 | — |
| unique_file_nameopt | BOOLEAN | true | — |
| filenameopt | STRING | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| success | BOOLEAN | — |
| message | STRING | — |
| file_name | STRING | — |
| s3_image_path | STRING | — |