ComfyUI Node
Ino S3 Download String
Downloads a text object from S3 directly into memory and returns its content as a string.
Ino S3 Download String
- success
- message
- string
◄enabledtrue►
◄s3_keyinput/example.txt►
◄s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}►
◄encodingutf-8►
CategoryInoS3Helper
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| s3_key | STRING | input/example.txt | — |
| 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 |
| encodingopt | STRING | utf-8 | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |
| message | STRING | — |
| string | STRING | — |