BennyKok / comfyui-deploy

An open source `vercel` like deployment platform for Comfy UI

Home Page:https://comfydeploy.ing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with uploading images to S3

krn-briks opened this issue · comments

Hi, I was trying to upload files to S3 bucket, but continuously getting 403 Forbidden error.
Bucket policy and permissions are correct and works perfectly using AWS CLI, but not via comfy-deploy.

I tried with localhost as well, files are uploaded, but broken images in UI.

Could you tell how to setup S3 bucket config for this project?
Thanks!

You go into the localstack container and use their CLI to create a bucket and then you have to set the bucket policies :)

Thanks I will try it! 👍