the following error occurs, when calling head_object:
#<Time::Format::Error:Invalid hour for 12-hour clock at 25: "Fri, 26 Mar 2021 16:26:13>>">
the value of the Last-Modified header is shown in the error message. i was able to temporarily fix the problem by overriding either HeadObjectOutput.from_response or HeadObjectOutput.parse_date,
the following error occurs, when calling
head_object
:the value of the Last-Modified header is shown in the error message. i was able to temporarily fix the problem by overriding either
HeadObjectOutput.from_response
orHeadObjectOutput.parse_date
,