-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'NoneType' object has no attribute 'strftime' #62
Comments
Given that the Both of them are used extensively by DEPOT when serving files (to serve them with correct filename and to handle caching correctly) so it's not feasible to just ignore those if they are not available. |
this is part of the debug log:
there's a header named |
Thanks, looks like the issue might be that it got prefixed with I wonder if the problem is that due to the prefixing DEPOT is unable to fetch back the metadata ( https://github.com/amol-/depot/blob/master/depot/io/boto3.py#L39 ) |
apparently |
I'm trying store afile into sqlalchemy table. I'm using s3 boto interface with minio. The file gets uploaded but I get this exception:
this is the stacktrace from minio:
The text was updated successfully, but these errors were encountered: