opentelemetry_semantic_conventions::attribute

Constant AWS_S3_DELETE

source
pub const AWS_S3_DELETE: &str = "aws.s3.delete";
Expand description

The delete request container that specifies the objects to be deleted.

§Notes

The delete attribute is only applicable to the delete-object operation. The delete attribute corresponds to the --delete parameter of the delete-objects operation within the S3 API.

§Examples

  • "Objects=[{Key=string,VersionId=string},{Key=string,VersionId=string}],Quiet=boolean"