Skip to content

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!

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 5, 2025

@github-actions github-actions bot added the Stale label May 5, 2025
@github-actions github-actions bot closed this May 12, 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