Registry / cloud / ecsutil

ecsutil

JSON →
library1.0.7.15vcpkgunverified

Native Windows SDK for accessing ECS via the S3 HTTP protocol.

vcpkg install ecsutil
INSTALL
IMPORT
SIG · ECSUTIL
E
ecsutil
cloudcppv1.0.7.15
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.

ecsutil/ecsutil.h
✓ #include <ecsutil/ecsutil.h>

List buckets from an ECS S3-compatible endpoint

#include <ecsutil/ecsutil.h> #include <iostream> int main() { ecsutil::client client("https://ecs.example.com", "access_key", "secret_key"); auto result = client.list_buckets(); std::cout << result << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.7.15latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Amazon
1
Resources
ecsutil — pip install ecsutil · libregistry