If you can that would be great. As it is likely to be a while before we make the 16 -> 17 switch. Question: If I receive the 1st put notification for the partial object and I check RGW to see if the object actually exists – do you know if RGW will tell me that it is missing until the ObjectCreated:CompleteMultipartUpload is sent? I was thinking as a stop gap I could add some code to just check for the objects existence in RGW before taking any action? Thanks very much for taking the time out to answer this. -- Mark Selby Sr Linux Administrator, The Voleon Group mselby@xxxxxxxxxx This email is subject to important conditions and disclosures that are listed on this web page: https://voleon.com/disclaimer/. From: Yuval Lifshitz <ylifshit@xxxxxxxxxx> Date: Monday, July 18, 2022 at 9:33 PM To: Mark Selby <mselby@xxxxxxxxxx> Cc: "ceph-users@xxxxxxx" <ceph-users@xxxxxxx> Subject: [EXTERNAL] Re: RGW Bucket Notifications and MultiPart Uploads CAUTION: This email originated from outside of the organization. Use caution when opening attachments or links. Hi Mark, It is in quincy but wasn't backported to pacific yet. I can do this backport, but I'm not sure when is the next pacific release. Yuval On Tue, Jul 19, 2022 at 5:04 AM Mark Selby <mselby@xxxxxxxxxx> wrote: I am trying to use RGW Bucket Notifications to trigger events on object creation and have into a bit of an issue when multipart uploads come into play for large objects. With a small object only a single notification is generated -> ObjectCreated:Put When a multipart upload is performed a string of Notifications are sent: ObjectCreated:Post ObjectCreated:Put ObjectCreated:Put ObjectCreated:Put … ObjectCreated:CompleteMultipartUpload I can ignore the Post, but all of the Put notifications look the same as a single part upload message but the object will not actually be created until the CompleteMultipartUpload notification happens. There is this is https://tracker.ceph.com/issues/51520 that seems to fix this issue – I can not tell if this was actually backported or not. Does anyone know if this actually was backported? Thanks! -- Mark Selby Sr Linux Administrator, The Voleon Group mselby@xxxxxxxxxx This email is subject to important conditions and disclosures that are listed on this web page: https://voleon.com/disclaimer/. _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx
_______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx