pub const AWS_S3_PART_NUMBER: &'static str;
Expand description

The part number of the part being uploaded in a multipart-upload operation. This is a positive integer between 1 and 10,000.

The part_number attribute is only applicable to the upload-part and upload-part-copy operations. The part_number attribute corresponds to the --part-number parameter of the upload-part operation within the S3 API.

ยงExamples

  • 3456