Read A File From S3 With The boto3 Python Module
December 2021
Here's how to read an S3 file with either a .client or .resource object:
# boto3.client('s3')
#!/usr/bin/env python3
=
=
=
# boto3.resource('s3')
#!/usr/bin/env python3
=
=
=
end of line