TemryL / ComfyS3

ComfyS3 seamlessly integrates with Amazon S3 in ComfyUI. This open-source project provides custom nodes for effortless loading and saving of images, videos, and checkpoint models directly from S3 buckets within the ComfyUI graph interface.
GNU General Public License v3.0
18 stars 12 forks source link

[S3Client] Add S3_ENTPOINT_URL #8 #12

Closed ppvolto closed 3 weeks ago

ppvolto commented 3 weeks ago

This shoud Allow to target any S3 Compatible Storage Solution or to use a AWS Private Link

Resolves #8

TemryL commented 3 weeks ago

Awesome, thanks for your contribution! Do you know what would happen if only the endpoint is given? Also, does it work with backblaze? Otherwise LGTM!

ppvolto commented 3 weeks ago

The Endpoint only says its a different host then normal every other Variable is Required. I have a private Minio Instance there i have only the problem that it creates folders in the structure output_folder/output_folder and the same with input but.

I never used AWS or Backblaze but any S3 Compatible implementation shoud work.

TemryL commented 3 weeks ago

Thanks!