Open NinnOgTonic opened 10 years ago
When calling the constructor the date type is expected to be a string of "YYYY-MM-DD" based of the documentation, but when creating a custom i had to use a datetime object:
from datetime import datetime ... mytask = MyS3Stat("the_bucket", "S3-logs/", datetime(2014, 07, 16), ("xxx", "xxx"))
When calling the constructor the date type is expected to be a string of "YYYY-MM-DD" based of the documentation, but when creating a custom i had to use a datetime object:
from datetime import datetime ... mytask = MyS3Stat("the_bucket", "S3-logs/", datetime(2014, 07, 16), ("xxx", "xxx"))