#### AWS Step Functions * `aws.step_functions.execution.arn` * definition: The ARN of the AWS Step Functions Execution. * example: `arn:aws:states:us-east-1:123456789012:execution:myStateMachine:myExecution` * ~~already in OTel~~ * `aws.s3.copy_source` * definition: The source object (in the form `bucket`/`key`) for the copy operation. * example: `someFile.yml` * already in OTel * `aws.s3.delete` * definition: The delete request container that specifies the objects to be deleted. * example: `Objects=[{Key=string,VersionId=string},{Key=string,VersionId=string}],Quiet=boolean` * already in OTel * `aws.s3.key` * definition: The S3 object key the request refers to. Corresponds to the `--key` parameter of the S3 API operations. * example: `someFile.yml` * already in OTel * `aws.s3.part_number` * definition: The part number of the part being uploaded in a multipart-upload operation. This is a positive integer between 1 and 10,000. * example: `3456` * already in OTel * `aws.s3.upload_id` * definition: Upload ID that identifies the multipart upload. * example: `dfRtDYWFbkRONycy.Yxwh66Yjlx.cph0gtNBtJ` * already in OTel #### Branch - pablo/add-aws-instrumentation-attributes
AWS Step Functions
aws.step_functions.execution.arnarn:aws:states:us-east-1:123456789012:execution:myStateMachine:myExecutionalready in OTelaws.s3.copy_sourcebucket/key) for the copy operation.someFile.ymlaws.s3.deleteObjects=[{Key=string,VersionId=string},{Key=string,VersionId=string}],Quiet=booleanaws.s3.key--keyparameter of the S3 API operations.someFile.ymlaws.s3.part_number3456aws.s3.upload_iddfRtDYWFbkRONycy.Yxwh66Yjlx.cph0gtNBtJBranch - pablo/add-aws-instrumentation-attributes