Registry / auth / aws-c-auth

aws-c-auth

JSON →
library0.10.1vcpkgunverified

C99 library implementation of AWS client-side authentication: standard credentials providers and signing.

vcpkg install aws-c-auth
INSTALL
IMPORT
SIG · AWS-C-AUTH
A
aws-c-auth
authcppv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

aws/auth/auth.h
#include <aws/auth/auth.h>

Initialize default AWS credentials provider chain

#include <aws/auth/auth.h> #include <aws/common/allocator.h> int main() { struct aws_allocator *allocator = aws_default_allocator(); struct aws_credentials_provider *provider = aws_credentials_provider_new_chain_default(allocator, NULL); aws_credentials_provider_release(provider); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources

No resource links recorded.

aws-c-auth — pip install aws-c-auth · libregistry