From 63666e95ce35c3e73ac6ccd3cc2c562d404d963a Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 10 Jul 2024 17:27:49 -0500 Subject: [PATCH] bug fix, TODO: figure out how to parse types --- transport/cloud/s3.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transport/cloud/s3.py b/transport/cloud/s3.py index 4b4515d..81e2e69 100644 --- a/transport/cloud/s3.py +++ b/transport/cloud/s3.py @@ -3,7 +3,10 @@ Data Transport - 1.0 Steve L. Nyemba, The Phi Technology LLC This file is a wrapper around s3 bucket provided by AWS for reading and writing content +TODO: + - Address limitations that will properly read csv if it is stored with content type text/csv """ + from datetime import datetime import boto3 # from boto.s3.connection import S3Connection, OrdinaryCallingFormat