Open PC-Admin opened 3 months ago
url will be used by bucket notifications of your source s3 storage. This means that your source s3 storage should support bucket notification and this url should be reachable to your source s3 storage. Please check agent readme https://github.com/clyso/chorus/tree/main/service/agent
So I have a multi-host setup where chorus_agent is on a different host then my chorus_worker containers.
Went from 50 -> 100 objects in test-bucket3, but the chorus_agent doesn't seem to notice this:
It's logs don't show any errors. (Besides an initial connection error I believe it got past.)
Here's my worker_conf.yaml:
and my agent_conf.yaml:
Am I holding this thing wrong? "url to be used by s3 storage to send notifications." I'm not sure how this 'url' field is supposed to be used tbh...
My apologies if this is a noob question.