Closed fogfish closed 4 years ago
Put the document to s3 using Put
Put
{ "a": "test", "list": [{"id":1, "text": "a"}, {"id":2, "text": "b"}, {"id":3, "text": "c"}, {"id":4, "text": "d"}] }
Update the document at s3
{ "a": "test", "list": [{"id":5, "text": "e"}, {"id":6, "text": "f"}] }
after the update, elements of struct at list is corrupted.
list
Put the document to s3 using
Put
Update the document at s3
after the update, elements of struct at
list
is corrupted.