Commit 25d7ac0
fix: move S3_MIN_PART_SIZE constant to module scope
Fixes clippy::items_after_statements lint by moving the constant out of
the factory closure to the module-level constants section.
Signed-off-by: StreamKit Devin <devin@streamkit.dev>
Co-Authored-By: Claudio Costa <cstcld91@gmail.com>1 parent 0d3fb92 commit 25d7ac0
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
284 | 289 | | |
285 | 290 | | |
286 | 291 | | |
287 | | - | |
288 | 292 | | |
289 | 293 | | |
290 | 294 | | |
| |||
0 commit comments