Executor with custom S3 doesn't work in appwrite 1.9.5 (executor 0.25.1)
- 0
- 3
- Self Hosted
- Functions
- Sites
Was testing to upgrade appwrite to 1.9.5 and when testing the S3 part i saw the executor didn't work anymore. When looking closly i saw the StorageFactory doesn't provide the bucket anymore.
I opened an issue in the executor project : https://github.com/open-runtimes/executor/issues/239
Executor with custom S3 doesn't work in appwrite 1.9.5 (0.25.1)
Executor with custom S3 doesn't work in appwrite 1.9.5 (executor 0.25.1)
same issue
since the issue include everything i made an override compose for that part so using the yaml file and using docker compose -f docker-compose.yml -f docker-compose.executor-s3-hotfix.override.yml up -d it should fix the openruntimes-executor (check the comment there is an env to add/change)
<@224940926861049857> if you want to test it
<@493852865907916800> https://github.com/open-runtimes/executor/pull/242
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Static IP for security purpose!
Hey I am hosting a next.js project in appwrite it reaches out to mongo DB to fetch data The only option to enable network access to 0.0.0.0/0 in mongo DB (any ...
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...