C99 library for AWS S3 service communication
C99 library implementation for communicating with the S3 service
aws-c-s3$ gcc -I/usr/local/include -L/usr/local/lib -laws-c-s3 myprogram.c -o myprogram$ pkg-config --modversion aws-c-s3$ pkg-config --cflags --libs aws-c-s3