Constant opentelemetry_semantic_conventions::trace::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.
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