sync doesn't distinguish between multipart and regular object uploads. once a multipart upload completes, sync will replicate it as a single object using an s3 GetObject request replicating the parts individually would have some benefits. for example, when sync retries are necessary, we might only have to resend one part instead of the entire object. but it's far simpler to replicate objects in a single atomic step On Thu, May 11, 2023 at 1:07 PM Yixin Jin <yjin77@xxxxxxxx> wrote: > > Hi guys, > > With Quincy release, does anyone know how multisite sync deals with multipart uploads? I mean those part objects of some incomplete multipart uploads. Are those objects also sync-ed over either with full-sync or incremental sync? I did a quick experiment and notice that these objects are not sync-ed over. Is it intentional or is there a defect of it? > > Thanks, > Yixin > _______________________________________________ > 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