Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix listobjects with metadata #1795

Merged
merged 4 commits into from Mar 31, 2023
Merged

Conversation

klauspost
Copy link
Contributor

@klauspost klauspost commented Mar 30, 2023

UserMetadata did not match actual format sent, so this has been broken for a while.

Change type of UserTags, so it can be unmarshaled from XML.

Fix for minio server that matches this will be sent.

Tested with mc.

`UserMetadata` did not match actual format sent.

Change type of `UserTags`, so it can be unmarshaled from XML string.

Tested with mc.
@klauspost klauspost marked this pull request as ready for review March 30, 2023 15:45
klauspost added a commit to klauspost/minio that referenced this pull request Mar 30, 2023
Everything is implemented similar to `ListObjectsV2M`, except this is for versions as well.

Related PRs: minio/mc#4531 and minio/minio-go#1795
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.

None yet

2 participants