awslabs / aws-c-s3

C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.
Apache License 2.0
94 stars 38 forks source link

Declare dependency on aws-c-http #379

Closed snickl closed 9 months ago

snickl commented 9 months ago

Includes aws/http/*.h

Issue #, if available: #378

Description of changes:

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

waahm7 commented 9 months ago

Thank you for creating the PR. Aws-c-s3 has a transitive dependency on aws-c-http. Aws-c-auth depends upon aws-c-http (https://github.com/awslabs/aws-c-auth/blob/main/CMakeLists.txt#L90). You can see the list of all dependencies at https://github.com/awslabs/aws-c-s3#linux-only-dependencies.