opentelemetry_semantic_conventions::attribute

Constant AWS_S3_BUCKET

source
pub const AWS_S3_BUCKET: &str = "aws.s3.bucket";
Expand description

The S3 bucket name the request refers to. Corresponds to the --bucket parameter of the S3 API operations.

§Notes

The bucket attribute is applicable to all S3 operations that reference a bucket, i.e. that require the bucket name as a mandatory parameter. This applies to almost all S3 operations except list-buckets.

§Examples

  • "some-bucket-name"