You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ceph Rados differs from S3 in its handling of the key-marker parameter. in Ceph, 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
The text was updated successfully, but these errors were encountered:
As mentioned in #5106
This causes
S3
andCeph Rados
to return different results when performingListObjectVersions
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
The text was updated successfully, but these errors were encountered: