This message was deleted.
# ask-questions
w
This message was deleted.
f
I've not seen a 412 before - looking into it
p
Ok, thanks!
f
this is for self hosting for file storage in s3?
p
Yes
Using webhook on growthbook
f
p
Yes, I already checked that, I'll try to take a print screen
Attach
Configuration of S3 and the ECS variables
f
In order to use S3 with Webhooks, you'll need to use a Lambda function in between. You can't point to S3 directly
Our webhooks post a JSON object containing all of the feature definitions. You'll need to use Lambda (or similar) to parse that data and call the S3 api to store it
p
OK. If you can make a suggestion to make this more visible in the documentation because we understood that it was enough to configure the variables in docker-compose.
Do you have any examples or documentation of this execution via lambda?
f
The S3 variables in docker-compose are for something different. That's for when someone uploads an image in the GrowthBook UI (e.g. in a comment or feature description)
171 Views