Tracking Issue: Ceph Rados ListObejctVersions is not compatible with S3
As mentioned in https://github.com/apache/opendal/pull/5106
Ceph Radosdiffers fromS3in its handling of thekey-markerparameter. inCeph, it's inclusive. but in S3, it's exclusive
This causes S3 and Ceph Rados to return different results when performing ListObjectVersions request.
I've submitted an issue for rados: https://tracker.ceph.com/issues/68055
We can wait for their response. and if they fix it, we can enable the Github action ceph_rados_s3_with_versioning
Thanks a lot for this!
Update: They've submitted a PR to address this issue: https://github.com/ceph/ceph/pull/60068
Latest PR for this issue: https://github.com/ceph/ceph/pull/60280