Commit 25f9610
authored
chore: Fix credentials.expiration (#1434)
In the SDK credentials.expiration
now needs to be a `Date` object.
See: aws/aws-sdk-js-v3#58901 parent 590d3e2 commit 25f9610
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
140 | | - | |
| 142 | + | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
0 commit comments