ComfyUI Node
Ino S3 Get Download URL
Generates a presigned download URL for an S3 object.
Ino S3 Get Download URL
- success
- message
- download_url
- filename
◄enabledtrue►
◄s3_keyinput/example.png►
◄expires_in3600►
◄as_attachmentfalse►
◄filename►
◄s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}►
CategoryInoS3Helper
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| s3_key | STRING | input/example.png | — |
| expires_in | INT | 36001–604800 | Link lifetime in seconds (max 7 days = 604800). |
| as_attachment | BOOLEAN | false | — |
| filename | STRING | Optional download filename. Leave empty to default to the object's basename. | |
| 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 (4)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |
| message | STRING | — |
| download_url | STRING | — |
| filename | STRING | — |