Skip to content

'object_version_info' does not return delete markers - running against MinIO #980

@didacarbones

Description

@didacarbones

When calling object_version_info on a version-aware S3FileSystem, for a deleted object, the correct old versions are returned, but the delete markers are discarded. I am testing this against a local MinIO instance.

In core the returned list is populated only with the versions, even though the dictionary available from s3 contains the 'DeleteMarkers':

dict_keys(['ResponseMetadata', 'IsTruncated', 'KeyMarker', 'VersionIdMarker', 'NextVersionIdMarker', 'Versions', 'DeleteMarkers', 'Name', 'Prefix', 'MaxKeys', 'EncodingType'])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions