8000 fix: base64 decoding on List of Binary items by key773251 · Pull Request #303 · bchew/dynamodump · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: base64 decoding on List of Binary items #303

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

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

Conversation

key773251
Copy link
@key773251 key773251 commented Mar 5, 2025

Small fix to resolve issue with restore operation when using item of type List(Binary). Currently it does not account for base64 decoding of Binary fields nested within a list (at least from what I could tell). Example table data:

{ "Count": 1, "Items": [ { "list": { "L": [ { "B": "1234" }, { "B": "5678" } ] }, } ], "ScannedCount": 1 }

I get the list of binary doesn't really fit in with the rest of the data in the testTable - open to any and all feedback/suggestions. Thanks!

Copy link
sonarqubecloud bot commented Mar 5, 2025

@github-actions github-actions bot added the Stale label May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0