Registry / cloud / aliyun-oss-c-sdk

aliyun-oss-c-sdk

JSON →
library3.11.2vcpkgunverified

Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability.

vcpkg install aliyun-oss-c-sdk
INSTALL
IMPORT
SIG · ALIYUN-OSS-C-SDK
A
aliyun-oss-c-sdk
cloudcppv3.11.2
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.

oss_c_sdk/oss_api.h
#include <oss_c_sdk/oss_api.h>

List objects in an Alibaba Cloud OSS bucket

#include <oss_c_sdk/oss_api.h> #include <stdio.h> int main() { aos_pool_t *pool; aos_pool_create(&pool, NULL); oss_request_options_t *options = oss_request_options_create(pool); options->config = oss_config_create(pool); aos_string_t bucket; aos_str_set(&bucket, "my-bucket"); oss_list_object_request_t *list_req = oss_list_object_request_create(pool); oss_list_object_params_t *params = oss_create_list_object_params(pool); oss_list_object(options, &bucket, list_req, params, NULL); aos_pool_destroy(pool); return 0; }
Debug
Known issues
gotchaRequires libcurl and libxml2 as dependencies
fix
Ensure libcurl and libxml2 are installed via vcpkg
affects: *
Upgrade
Version history
3.11.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
38
Amazon
1
Resources

No resource links recorded.

aliyun-oss-c-sdk — pip install aliyun-oss-c-sdk · libregistry