You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, source system MainFrame generates the file and push it on the server and from there my java code read files parts and upload into S3 bucket. I don't have any ways to remove null characters (tr '\000' ' ' < "%s" > "%s") while upload (or I dont know) and dont know how to remove null characters on S3 bucket itself.
Could you please help me with this issue ?
The text was updated successfully, but these errors were encountered:
test512
changed the title
Remove Null characters from file contents present in S3 bucket ?
Remove Null characters from file contents present in S3 bucket without download ?
Jan 5, 2021
In my case, source system MainFrame generates the file and push it on the server and from there my java code read files parts and upload into S3 bucket. I don't have any ways to remove null characters (tr '\000' ' ' < "%s" > "%s") while upload (or I dont know) and dont know how to remove null characters on S3 bucket itself.
Could you please help me with this issue ?
The text was updated successfully, but these errors were encountered: