Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWSHTTPClient protocol #602

Closed
wants to merge 2 commits into from

Conversation

adam-fowler
Copy link
Member

Reintroduce the AWSHTTPClient protocol
Eventually this will be used to introduce support for URLSession

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 80.39%. Comparing base (fe83148) to head (a86be62).

Files Patch % Lines
Sources/SotoCore/HTTP/AWSHTTPClient.swift 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                     Coverage Diff                      @@
##           async-nonblocking-fileio     #602      +/-   ##
============================================================
- Coverage                     80.40%   80.39%   -0.02%     
============================================================
  Files                            77       78       +1     
  Lines                          6467     6453      -14     
============================================================
- Hits                           5200     5188      -12     
+ Misses                         1267     1265       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@0xTim 0xTim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor copyright nit

//
// This source file is part of the Soto for AWS open source project
//
// Copyright (c) 2023 the Soto project authors
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Copyright (c) 2023 the Soto project authors
// Copyright (c) 2024 the Soto project authors

@adam-fowler adam-fowler deleted the branch async-nonblocking-fileio March 30, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants