-
Notifications
You must be signed in to change notification settings - Fork 352
Add support for ISO time with and without fractional seconds. #777
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
Conversation
|
Can you state which Amazon S3 implementation is this ? Please mention them in the comment. We may have to remove this code in future, as this should be seen as a workaround. |
|
Added comment into the code. I encountered this issue on Dell EMC ECS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Build job failed due to some timeout, I have to close/re-open the PR to trigger the build. |
|
Hi @ebozduman, @vadmeste, are there any concerns merging this? We actually need this in production, and we are struggling patching minio-py on the fly... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thanks for approval. Will someone be able to merge it? |
Some non Amazon S3 implementations are not consistent about including fractional seconds in the timestamp. The change allows parsing of both
2019-07-10T14:23:39.231Zand2019-07-10T14:23:39Z.