Registry / cloud / aws-c-s3

aws-c-s3

JSON →
library0.12.5vcpkgunverified

C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.

vcpkg install aws-c-s3
INSTALL
IMPORT
SIG · AWS-C-S3
A
aws-c-s3
cloudcppv0.12.5
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/s3/s3.h
#include <aws/s3/s3.h>

Create an S3 client

#include <aws/s3/s3.h> #include <stdio.h> int main() { struct aws_allocator *allocator = aws_default_allocator(); struct aws_s3_client *client = aws_s3_client_new(allocator); printf("S3 client created\n"); aws_s3_client_release(client); return 0; }
Debug
Known issues
gotchaRequires AWS credentials and region configuration before use.
fix
Set environment variables AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_DEFAULT_REGION.
affects: *
Upgrade
Version history
0.12.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources

No resource links recorded.

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