in sigv4/internal/crypt.go [45:47]
func toCredDateStamp(t time.Time) string { return fmt.Sprintf("%d%02d%02d", t.Year(), t.Month(), t.Day()) }