ComfyUI Node
Ino S3 Upload String
Uploads a string directly to S3 as a text object (no temp file).
Ino S3 Upload String
- string
- success
- message
- file_name
- s3_string_path
◄enabledtrue►
◄string—►
◄save_as▾►
◄s3_path_key►
◄s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}►
◄unique_file_nametrue►
◄filename►
CategoryInoS3Helper
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| string | STRING | — | |
| save_as | COMBO | 3 options: txt, json, ini | |
| 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 |
| unique_file_nameopt | BOOLEAN | true | — |
| filenameopt | STRING | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| string | STRING | — |
| success | BOOLEAN | — |
| message | STRING | — |
| file_name | STRING | — |
| s3_string_path | STRING | — |