const AWS_S3_MIN_PART_COUNT: i32 = 1;
Expand description
The smallest allowable part number (inclusive).
From https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html
const AWS_S3_MIN_PART_COUNT: i32 = 1;
The smallest allowable part number (inclusive).
From https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html