Trying to trigger a python function when a new file is created in a bucket called 'recordings'. The most relevant option in the function settings is shown in the attached image. How can I specify which specific bucket would trigger the event?, something like this:
buckets[recordings].*.files.*.create
What does it mean that the event is triggered for 5MB chunks? My files are a few kilobytes each. I'd appreciate any clarification on these issues.
Did you read https://appwrite.io/docs/advanced/platform/events?
And my files are a few kilobytes each. I don't understand the 5MB chunk threshold that would trigger the function. If the file is bigger than 5MB, the function will trigger for each 5MB chunk
Thanks @Steven. The attached image comes from the same page. But I think I figured it out. It wasn't clear to me that I could edit the string in the Function settings and replace the first * with my bucket ID.
Recommended threads
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...