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
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...