Constant opentelemetry_semantic_conventions::trace::AWS_S3_KEY
source · pub const AWS_S3_KEY: &str = "aws.s3.key";
Expand description
The S3 object key the request refers to. Corresponds to the --key
parameter of the S3 API operations.
The key
attribute is applicable to all object-related S3 operations, i.e. that require the object key as a mandatory parameter.
This applies in particular to the following operations:
- copy-object
- delete-object
- get-object
- head-object
- put-object
- restore-object
- select-object-content
- abort-multipart-upload
- complete-multipart-upload
- create-multipart-upload
- list-parts
- upload-part
- upload-part-copy
§Examples
someFile.yml