Compare commits

..

No commits in common. "36bd21a148089fac4a04e1559f2456435e66de87" and "f4d3905d157869d98f9855cba77b4ba452012703" have entirely different histories.

View file

@ -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),
},
)