opentelemetry_semantic_conventions::attribute

Constant AWS_S3_PART_NUMBER

source
pub const AWS_S3_PART_NUMBER: &str = "aws.s3.part_number";
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.

§Notes

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