Replies: 2 comments 1 reply
-
|
@houseme , Could you help @afgTheCat ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for your feedback, please set 'RUSTFS_NOTIFY_WEBHOOK_ENABLE_file_upload_hook' to 'RUSTFS_NOTIFY_WEBHOOK_ENABLE_FileUploadHook', and change 'file_upload_hook' to 'FileUploadHook', I hope it helps! @afgTheCat |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
how can I make sure that event webhooks are created on startup? I was under the assumption, that specifying the following env vars would create a webhook called
file_upload_hook:On a semi related note (since I have no idea about the internal architecture), on the latest release, the env vars don't seem to be used. For me, rustfs builds and runs when applying the following patch (just removes the env vars + the
get_valid_env_fieldsmethod from thenotify::factory::TargetFactorytrait):which leads me to believe that the env vars are not checked? Just grepping the codebase afterwards for
ENV_NOTIFY_WEBHOOK_ENABLEDreturns nothing. Could these be related?Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions