BennyKok / comfyui-deploy

An open source `vercel` like deployment platform for Comfy UI
https://comfydeploy.ing
GNU Affero General Public License v3.0
770 stars 84 forks source link

Issue with uploading images to S3 #42

Open krn-briks opened 3 months ago

krn-briks commented 3 months ago

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!

webcoderz commented 3 months ago

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

krn-briks commented 3 months ago

Thanks I will try it! 👍