I am working with python and I need to check and edit the content of some files stored in S3.
I need to check if they have a char o string. In that case, I have to replace this char/string.
For example:
I want to replace ; with . in following file
File1.txt
This is an example;
After replace
File1.txt
This in an example.
Is there a way to do the replace without downloading the file?