aws-c-auth

C99 library for AWS client-side authentication protocols

brewmacoslinux
Try with needOr install directly
Source

About

C99 library implementation of AWS client-side authentication

Commands

aws-c-auth

Examples

Link against aws-c-auth library in C/C++ projects for AWS authentication$ gcc -o myapp myapp.c $(pkg-config --cflags --libs aws-c-auth)
Verify installation and check library version information$ pkg-config --modversion aws-c-auth
Get compiler and linker flags for aws-c-auth integration$ pkg-config --cflags --libs aws-c-auth