feat(boto3): Add S3 service extension - #7617
Draft
pabloDeputter wants to merge 4 commits into
Draft
pabloDeputter wants to merge 4 commits into
pabloDeputter wants to merge 4 commits into
Conversation
pabloDeputter
changed the base branch from
master
to
pablo/add-boto3-service-extension-class
September 22, 2026 14:50
pabloDeputter
added this pull request to stack #7541
September 22, 2026 14:52
pabloDeputter
force-pushed
the
pablo/add-boto3-s3-service
branch
from
September 22, 2026 14:53
ca45d46 to
0c2873f
Compare
pabloDeputter
removed this pull request from stack #7541
September 22, 2026 14:57
pabloDeputter
added this pull request to stack #7618
September 22, 2026 14:57
Contributor
Codecov Results 📊✅ 130540 passed | ⏭️ 7171 skipped | Total: 137711 | Pass Rate: 94.79% | Execution Time: 434m 7s 📊 Comparison with Base Branch
➖ Removed Tests (1)View removed tests
All tests are passing successfully. ✅ Patch coverage is 82.89%. Project has 2565 uncovered lines. Files with missing lines (2)
Coverage diff@@ Coverage Diff @@
## master #PR +/-##
==========================================
+ Coverage 90.21% 90.28% +0.07%
==========================================
Files 194 203 +9
Lines 25997 26400 +403
Branches 9662 9780 +118
==========================================
+ Hits 23454 23835 +381
- Misses 2543 2565 +22
- Partials 1451 1468 +17Generated by Codecov Action |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
aws.s3.bucketrequired in almost all s3 operations exceptlist-buckets.http.response.body.sizewhich is the number of bytes in the payload.aws.s3.copy_sourceaws.s3.deleteaws.s3.keyaws.s3.part_numberaws.s3.upload_idaws.s3.object_size(not in OTel) which is the total size of the s3 object itself.ContentLengthonGetObjectandHeadObjectresponses;ObjectSizeonGetObjectAttributes, andContentLengthonPutObjectrequests. For rangedGetObjectorHeadObjectcalls,ContentLengthis the used size.Issues
Resolves #7576