Skip to content

Conversation

didacarbones
Copy link

Fixing issue #980

Copy link
Member

@martindurant martindurant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If moto supports this, it would be nice to have a test - we do have versioned bucket tests.

@@ -1576,6 +1576,8 @@ async def _object_version_info(self, path, **kwargs):
**self.req_kw,
)
versions.extend(out["Versions"])
if "DeleteMarkers" in out:
versions.extend(out["DeleteMarkers"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

out["DeleteMarkers"] is a dictionary? Can you please link to the AWS documentation on this.

@martindurant
Copy link
Member

ping - any update here?

@didacarbones
Copy link
Author

Sorry for the delay. I need to allocate some time to loo at the repo and how to add the tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants