I am using boto3 to read s3 objects
s3_client = boto3.client(\'s3\', region_name=\'us-east-1\') obj = s3_client.get_object(Bucket=S3_BUCKET, Key=key)