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?
Objects in Amazon S3 are immutable (they cannot be changed).
I recommend that your code does the following:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With