c++ 实现华为云对象存储上传数据

目的:方便某些不能使用官方SDK的地方。多线程 代码:app #pragma once #include <vector> #include <string> #include <curl/curl.h> #include <curl/easy.h> #include <boost/thread.hpp> //Access Key ID #define OBS_AK "xxx" //Secr
相关文章
相关标签/搜索