Skip to content

v0.15.1

@guersam guersam tagged this 31 Dec 16:20
"YYYY" in `DateTimeFormatter.ofPattern("YYYYMMdd")` means
week-based-year, which formats `LocalDate.of(2017, 12, 31)` as
"20181231" and results in unexpected rejections from S3 as below:

> The difference between the request time and the current time is
too large.

Replacing it with "yyyy" fixes the bug.
Assets 2
Loading