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

Move endpoint resolver private header to .c file #320

Merged
merged 3 commits into from
Jun 22, 2023
Merged

Conversation

waahm7
Copy link
Contributor

@waahm7 waahm7 commented Jun 22, 2023

Description of changes:

  • The private header is included in a public header which will not work for the consumer of this application. Move it to .c file for correct linker resolution.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

Codecov Report

Merging #320 (596479b) into main (28f7b87) will decrease coverage by 0.11%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #320      +/-   ##
==========================================
- Coverage   88.88%   88.78%   -0.11%     
==========================================
  Files          17       17              
  Lines        4947     4938       -9     
==========================================
- Hits         4397     4384      -13     
- Misses        550      554       +4     

see 1 file with indirect coverage changes

@waahm7 waahm7 merged commit 1dbc4e9 into main Jun 22, 2023
@waahm7 waahm7 deleted the fix-private-header branch June 22, 2023 17:02
jamesbornholt added a commit to jamesbornholt/mountpoint-s3 that referenced this pull request Jun 23, 2023
This picks up awslabs/aws-c-s3#320 to unblock
binding the endpoint resolver, and
awslabs/aws-c-auth#203 to fix a bug in the IMDS
client.

Signed-off-by: James Bornholt <bornholt@amazon.com>
jamesbornholt added a commit to awslabs/mountpoint-s3 that referenced this pull request Jun 23, 2023
This picks up awslabs/aws-c-s3#320 to unblock
binding the endpoint resolver, and
awslabs/aws-c-auth#203 to fix a bug in the IMDS
client.

Signed-off-by: James Bornholt <bornholt@amazon.com>
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.

3 participants