aws-c-s3

C99 library for AWS S3 service communication

brewmacoslinux
Try with needOr install directly
Source

About

C99 library implementation for communicating with the S3 service

Commands

aws-c-s3

Examples

Link against aws-c-s3 in a C project$ gcc -I/usr/local/include -L/usr/local/lib -laws-c-s3 myprogram.c -o myprogram
Check installed library version via pkg-config$ pkg-config --modversion aws-c-s3
Get compiler flags for linking aws-c-s3$ pkg-config --cflags --libs aws-c-s3