ComfyUI Node
Ino S3 Verify File
Verifies a local file exists in S3 and optionally checks integrity via hash.
Ino S3 Verify File
- success
- message
- rel_path
- abs_path
- exists_remote
- sizes_match
- verify_method
- local_size
- remote_size
- etag
- md5_match
- sha256_match
◄enabledtrue►
◄s3_key►
◄parent_folder▾►
◄folder►
◄filename►
◄s3_config{"access_key_id": "", "access_key_secret": "", "bucket_name": "", "endpoint_url": "", "region_name": ""}►
◄use_md5false►
◄use_sha256false►
CategoryInoS3Helper
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| enabled | BOOLEAN | true | — |
| s3_key | STRING | — | |
| parent_folder | COMBO | 3 options: input, output, temp | |
| folder | STRING | — | |
| filename | 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 |
| use_md5opt | BOOLEAN | false | — |
| use_sha256opt | BOOLEAN | false | — |
Outputs (12)
| Name | Type | Description |
|---|---|---|
| success | BOOLEAN | — |
| message | STRING | — |
| rel_path | STRING | — |
| abs_path | STRING | — |
| exists_remote | BOOLEAN | — |
| sizes_match | BOOLEAN | — |
| verify_method | STRING | — |
| local_size | INT | — |
| remote_size | INT | — |
| etag | STRING | — |
| md5_match | BOOLEAN | — |
| sha256_match | BOOLEAN | — |