pub const TARGET_MAX_PARTS: u64 = 9000;Expand description
Target ceiling on part count when auto-scaling the part-size hint for very
large files, with headroom under S3’s hard 10,000-part limit. See
auto_part_size_hint.
pub const TARGET_MAX_PARTS: u64 = 9000;Target ceiling on part count when auto-scaling the part-size hint for very
large files, with headroom under S3’s hard 10,000-part limit. See
auto_part_size_hint.