the endpoint is not the RGW endpoint, it is the server to which you want to send the bucket notifications to. E.g. if you have a rabbitmq server running at address: 1.2.3.4, you should use: push-endpoint=amqp://1.2.3.4 note that in such a case the: amqp-exchange parameter must be set as well. assuming you have an http server, on the same address, listening on port 8080, and you want your notifications to get to it, you should use: push-endpoint=http://1.2.3.4:8080 Yuval
Subject: [ceph-users] Don't know how to use bucket notification Date: Thu, 24 Oct 2019 16:26:54 +0800 From: 柯名澤 <mingze.ke@gmail.com> To: ceph-users@ceph.io
Hi, all. Does anyone know where the endpoint of CREATE TOPIC is? (for bucket notification) https://docs.ceph.com/docs/master/radosgw/notifications/#create-a-topic Is that the same with the normal S3 API? I tried but failed. Thanks. _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io