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 a bug in (un)marshaling ReplicationConfig #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HoKim98
Copy link

@HoKim98 HoKim98 commented Aug 30, 2023

No description provided.

balamurugana
balamurugana previously approved these changes Aug 30, 2023
@HoKim98 HoKim98 changed the title Fix a bug in marshaling ReplicationConfig Fix a bug in (un)marshaling ReplicationConfig Sep 1, 2023
src/s3/types.rs Outdated Show resolved Hide resolved
@HoKim98 HoKim98 force-pushed the fix-a-bug-in-marshaling-replication-config branch from cba4568 to ff04f3b Compare September 1, 2023 04:21
data.push_str("<Status>");
data.push_str(&v);
data.push_str("</Status>");
data.push_str("<Role>");
Copy link
Member

Choose a reason for hiding this comment

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

Firstly open an issue with complete information about current encode/decode issue of ReplicationConfig. I do not understand what you are trying to fix.

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