Open S3 object as a string with Boto3

I’m aware that with Boto 2 it’s possible to open an S3 object as a string with: get_contents_as_string()

Is there an equivalent function in boto3 ?

6 Answers
6

Leave a Comment