cloudyr/aws.signature

Date header missing time components

Opened this issue · 0 comments

date = format(Sys.time(), "%Y%m%d"),

date = format(Sys.time(), "%Y%m%dT%H%M%S%z")
Requests will only work for 5mins after midnight currently.