Compare commits
No commits in common. "36bd21a148089fac4a04e1559f2456435e66de87" and "f4d3905d157869d98f9855cba77b4ba452012703" have entirely different histories.
36bd21a148
...
f4d3905d15
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ impl ApiHandler for S3ApiServer {
|
|||
bucket_id,
|
||||
key,
|
||||
upload_id,
|
||||
part_number_marker: part_number_marker.map(|p| p.min(10000)),
|
||||
part_number_marker: part_number_marker.map(|p| p.clamp(1, 10000)),
|
||||
max_parts: max_parts.unwrap_or(1000).clamp(1, 1000),
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue