oss_util.c 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900
  1. #include "aos_string.h"
  2. #include "aos_util.h"
  3. #include "aos_log.h"
  4. #include "aos_status.h"
  5. #include "oss_auth.h"
  6. #include "oss_util.h"
  7. #ifndef WIN32
  8. #include<sys/socket.h>
  9. #include<netinet/in.h>
  10. #include<arpa/inet.h>
  11. #endif
  12. static char *default_content_type = "application/octet-stream";
  13. static oss_content_type_t file_type[] = {
  14. {"html", "text/html"},
  15. {"htm", "text/html"},
  16. {"shtml", "text/html"},
  17. {"css", "text/css"},
  18. {"xml", "text/xml"},
  19. {"gif", "image/gif"},
  20. {"jpeg", "image/jpeg"},
  21. {"jpg", "image/jpeg"},
  22. {"js", "application/x-javascript"},
  23. {"atom", "application/atom+xml"},
  24. {"rss", "application/rss+xml"},
  25. {"mml", "text/mathml"},
  26. {"txt", "text/plain"},
  27. {"jad", "text/vnd.sun.j2me.app-descriptor"},
  28. {"wml", "text/vnd.wap.wml"},
  29. {"htc", "text/x-component"},
  30. {"png", "image/png"},
  31. {"tif", "image/tiff"},
  32. {"tiff", "image/tiff"},
  33. {"wbmp", "image/vnd.wap.wbmp"},
  34. {"ico", "image/x-icon"},
  35. {"jng", "image/x-jng"},
  36. {"bmp", "image/x-ms-bmp"},
  37. {"svg", "image/svg+xml"},
  38. {"svgz", "image/svg+xml"},
  39. {"webp", "image/webp"},
  40. {"jar", "application/java-archive"},
  41. {"war", "application/java-archive"},
  42. {"ear", "application/java-archive"},
  43. {"hqx", "application/mac-binhex40"},
  44. {"doc ", "application/msword"},
  45. {"pdf", "application/pdf"},
  46. {"ps", "application/postscript"},
  47. {"eps", "application/postscript"},
  48. {"ai", "application/postscript"},
  49. {"rtf", "application/rtf"},
  50. {"xls", "application/vnd.ms-excel"},
  51. {"ppt", "application/vnd.ms-powerpoint"},
  52. {"wmlc", "application/vnd.wap.wmlc"},
  53. {"kml", "application/vnd.google-earth.kml+xml"},
  54. {"kmz", "application/vnd.google-earth.kmz"},
  55. {"7z", "application/x-7z-compressed"},
  56. {"cco", "application/x-cocoa"},
  57. {"jardiff", "application/x-java-archive-diff"},
  58. {"jnlp", "application/x-java-jnlp-file"},
  59. {"run", "application/x-makeself"},
  60. {"pl", "application/x-perl"},
  61. {"pm", "application/x-perl"},
  62. {"prc", "application/x-pilot"},
  63. {"pdb", "application/x-pilot"},
  64. {"rar", "application/x-rar-compressed"},
  65. {"rpm", "application/x-redhat-package-manager"},
  66. {"sea", "application/x-sea"},
  67. {"swf", "application/x-shockwave-flash"},
  68. {"sit", "application/x-stuffit"},
  69. {"tcl", "application/x-tcl"},
  70. {"tk", "application/x-tcl"},
  71. {"der", "application/x-x509-ca-cert"},
  72. {"pem", "application/x-x509-ca-cert"},
  73. {"crt", "application/x-x509-ca-cert"},
  74. {"xpi", "application/x-xpinstall"},
  75. {"xhtml", "application/xhtml+xml"},
  76. {"zip", "application/zip"},
  77. {"wgz", "application/x-nokia-widget"},
  78. {"bin", "application/octet-stream"},
  79. {"exe", "application/octet-stream"},
  80. {"dll", "application/octet-stream"},
  81. {"deb", "application/octet-stream"},
  82. {"dmg", "application/octet-stream"},
  83. {"eot", "application/octet-stream"},
  84. {"iso", "application/octet-stream"},
  85. {"img", "application/octet-stream"},
  86. {"msi", "application/octet-stream"},
  87. {"msp", "application/octet-stream"},
  88. {"msm", "application/octet-stream"},
  89. {"mid", "audio/midi"},
  90. {"midi", "audio/midi"},
  91. {"kar", "audio/midi"},
  92. {"mp3", "audio/mpeg"},
  93. {"ogg", "audio/ogg"},
  94. {"m4a", "audio/x-m4a"},
  95. {"ra", "audio/x-realaudio"},
  96. {"3gpp", "video/3gpp"},
  97. {"3gp", "video/3gpp"},
  98. {"mp4", "video/mp4"},
  99. {"mpeg", "video/mpeg"},
  100. {"mpg", "video/mpeg"},
  101. {"mov", "video/quicktime"},
  102. {"webm", "video/webm"},
  103. {"flv", "video/x-flv"},
  104. {"m4v", "video/x-m4v"},
  105. {"mng", "video/x-mng"},
  106. {"asx", "video/x-ms-asf"},
  107. {"asf", "video/x-ms-asf"},
  108. {"wmv", "video/x-ms-wmv"},
  109. {"avi", "video/x-msvideo"},
  110. {"ts", "video/MP2T"},
  111. {"m3u8", "application/x-mpegURL"},
  112. {"apk", "application/vnd.android.package-archive"},
  113. {NULL, NULL}
  114. };
  115. static int starts_with(const aos_string_t *str, const char *prefix) {
  116. uint32_t i;
  117. if(NULL != str && prefix && str->len > 0 && strlen(prefix)) {
  118. for(i = 0; str->data[i] != '\0' && prefix[i] != '\0'; i++) {
  119. if(prefix[i] != str->data[i]) return 0;
  120. }
  121. return 1;
  122. }
  123. return 0;
  124. }
  125. static void generate_proto(const oss_request_options_t *options,
  126. aos_http_request_t *req)
  127. {
  128. const char *proto;
  129. proto = starts_with(&options->config->endpoint, AOS_HTTP_PREFIX) ?
  130. AOS_HTTP_PREFIX : "";
  131. proto = starts_with(&options->config->endpoint, AOS_HTTPS_PREFIX) ?
  132. AOS_HTTPS_PREFIX : proto;
  133. req->proto = apr_psprintf(options->pool, "%.*s", (int)strlen(proto), proto);
  134. }
  135. static void generate_rtmp_proto(const oss_request_options_t *options,
  136. aos_http_request_t *req)
  137. {
  138. const char *proto = AOS_RTMP_PREFIX;
  139. req->proto = apr_psprintf(options->pool, "%.*s", (int)strlen(proto), proto);
  140. }
  141. int is_valid_ip(const char *str)
  142. {
  143. if (INADDR_NONE == inet_addr(str) || INADDR_ANY == inet_addr(str)) {
  144. return 0;
  145. }
  146. return 1;
  147. }
  148. oss_config_t *oss_config_create(aos_pool_t *p)
  149. {
  150. return (oss_config_t *)aos_pcalloc(p, sizeof(oss_config_t));
  151. }
  152. void oss_config_resolve(aos_pool_t *pool, oss_config_t *config, aos_http_controller_t *ctl)
  153. {
  154. if(!aos_is_null_string(&config->proxy_host)) {
  155. // proxy host:port
  156. if (config->proxy_port == 0) {
  157. ctl->options->proxy_host = apr_psprintf(pool, "%.*s", config->proxy_host.len, config->proxy_host.data);
  158. } else {
  159. ctl->options->proxy_host = apr_psprintf(pool, "%.*s:%d", config->proxy_host.len, config->proxy_host.data,
  160. config->proxy_port);
  161. }
  162. // authorize user:passwd
  163. if (!aos_is_null_string(&config->proxy_user) && !aos_is_null_string(&config->proxy_passwd)) {
  164. ctl->options->proxy_auth = apr_psprintf(pool, "%.*s:%.*s", config->proxy_user.len,
  165. config->proxy_user.data, config->proxy_passwd.len, config->proxy_passwd.data);
  166. }
  167. }
  168. }
  169. oss_request_options_t *oss_request_options_create(aos_pool_t *p)
  170. {
  171. int s;
  172. oss_request_options_t *options;
  173. if(p == NULL) {
  174. if ((s = aos_pool_create(&p, NULL)) != APR_SUCCESS) {
  175. aos_fatal_log("aos_pool_create failure.");
  176. return NULL;
  177. }
  178. }
  179. options = (oss_request_options_t *)aos_pcalloc(p, sizeof(oss_request_options_t));
  180. options->pool = p;
  181. return options;
  182. }
  183. void oss_get_object_uri(const oss_request_options_t *options,
  184. const aos_string_t *bucket,
  185. const aos_string_t *object,
  186. aos_http_request_t *req)
  187. {
  188. int32_t proto_len;
  189. const char *raw_endpoint_str;
  190. aos_string_t raw_endpoint;
  191. generate_proto(options, req);
  192. proto_len = strlen(req->proto);
  193. req->resource = apr_psprintf(options->pool, "%.*s/%.*s",
  194. bucket->len, bucket->data,
  195. object->len, object->data);
  196. raw_endpoint_str = aos_pstrdup(options->pool,
  197. &options->config->endpoint) + proto_len;
  198. raw_endpoint.len = options->config->endpoint.len - proto_len;
  199. raw_endpoint.data = options->config->endpoint.data + proto_len;
  200. if (options->config->is_cname) {
  201. req->host = apr_psprintf(options->pool, "%.*s",
  202. raw_endpoint.len, raw_endpoint.data);
  203. req->uri = object->data;
  204. } else if (is_valid_ip(raw_endpoint_str)) {
  205. req->host = apr_psprintf(options->pool, "%.*s",
  206. raw_endpoint.len, raw_endpoint.data);
  207. req->uri = apr_psprintf(options->pool, "%.*s/%.*s",
  208. bucket->len, bucket->data,
  209. object->len, object->data);
  210. } else {
  211. req->host = apr_psprintf(options->pool, "%.*s.%.*s",
  212. bucket->len, bucket->data,
  213. raw_endpoint.len, raw_endpoint.data);
  214. req->uri = object->data;
  215. }
  216. }
  217. void oss_get_bucket_uri(const oss_request_options_t *options,
  218. const aos_string_t *bucket,
  219. aos_http_request_t *req)
  220. {
  221. int32_t proto_len;
  222. const char *raw_endpoint_str;
  223. aos_string_t raw_endpoint;
  224. generate_proto(options, req);
  225. proto_len = strlen(req->proto);
  226. raw_endpoint_str = aos_pstrdup(options->pool,
  227. &options->config->endpoint) + proto_len;
  228. raw_endpoint.len = options->config->endpoint.len - proto_len;
  229. raw_endpoint.data = options->config->endpoint.data + proto_len;
  230. if (is_valid_ip(raw_endpoint_str)) {
  231. req->resource = apr_psprintf(options->pool, "%.*s",
  232. bucket->len, bucket->data);
  233. } else {
  234. req->resource = apr_psprintf(options->pool, "%.*s/",
  235. bucket->len, bucket->data);
  236. }
  237. if (options->config->is_cname ||
  238. is_valid_ip(raw_endpoint_str))
  239. {
  240. req->host = apr_psprintf(options->pool, "%.*s",
  241. raw_endpoint.len, raw_endpoint.data);
  242. req->uri = apr_psprintf(options->pool, "%.*s", bucket->len,
  243. bucket->data);
  244. } else {
  245. req->host = apr_psprintf(options->pool, "%.*s.%.*s",
  246. bucket->len, bucket->data,
  247. raw_endpoint.len, raw_endpoint.data);
  248. req->uri = apr_psprintf(options->pool, "%s", "");
  249. }
  250. }
  251. void oss_get_rtmp_uri(const oss_request_options_t *options,
  252. const aos_string_t *bucket,
  253. const aos_string_t *live_channel_id,
  254. aos_http_request_t *req)
  255. {
  256. int32_t proto_len = 0;
  257. const char *raw_endpoint_str = NULL;
  258. aos_string_t raw_endpoint;
  259. generate_rtmp_proto(options, req);
  260. proto_len = strlen(req->proto);
  261. req->resource = apr_psprintf(options->pool, "%.*s/%.*s", bucket->len, bucket->data,
  262. live_channel_id->len, live_channel_id->data);
  263. raw_endpoint_str = aos_pstrdup(options->pool,
  264. &options->config->endpoint) + proto_len;
  265. raw_endpoint.len = options->config->endpoint.len - proto_len;
  266. raw_endpoint.data = options->config->endpoint.data + proto_len;
  267. if (options->config->is_cname) {
  268. req->host = apr_psprintf(options->pool, "%.*s",
  269. raw_endpoint.len, raw_endpoint.data);
  270. req->uri = apr_psprintf(options->pool, "live/%.*s",
  271. live_channel_id->len, live_channel_id->data);
  272. } else if (is_valid_ip(raw_endpoint_str)) {
  273. req->host = apr_psprintf(options->pool, "%.*s",
  274. raw_endpoint.len, raw_endpoint.data);
  275. req->uri = apr_psprintf(options->pool, "%.*s/live/%.*s",
  276. bucket->len, bucket->data,
  277. live_channel_id->len, live_channel_id->data);
  278. } else {
  279. req->host = apr_psprintf(options->pool, "%.*s.%.*s",
  280. bucket->len, bucket->data,
  281. raw_endpoint.len, raw_endpoint.data);
  282. req->uri = apr_psprintf(options->pool, "live/%.*s",
  283. live_channel_id->len, live_channel_id->data);
  284. }
  285. }
  286. void oss_write_request_body_from_buffer(aos_list_t *buffer,
  287. aos_http_request_t *req)
  288. {
  289. aos_list_movelist(buffer, &req->body);
  290. req->body_len = aos_buf_list_len(&req->body);
  291. }
  292. int oss_write_request_body_from_file(aos_pool_t *p,
  293. const aos_string_t *filename,
  294. aos_http_request_t *req)
  295. {
  296. int res = AOSE_OK;
  297. aos_file_buf_t *fb = aos_create_file_buf(p);
  298. res = aos_open_file_for_all_read(p, filename->data, fb);
  299. if (res != AOSE_OK) {
  300. aos_error_log("Open read file fail, filename:%s\n", filename->data);
  301. return res;
  302. }
  303. req->body_len = fb->file_last;
  304. req->file_path = filename->data;
  305. req->file_buf = fb;
  306. req->type = BODY_IN_FILE;
  307. req->read_body = aos_read_http_body_file;
  308. return res;
  309. }
  310. int oss_write_request_body_from_upload_file(aos_pool_t *p,
  311. oss_upload_file_t *upload_file,
  312. aos_http_request_t *req)
  313. {
  314. int res = AOSE_OK;
  315. aos_file_buf_t *fb = aos_create_file_buf(p);
  316. res = aos_open_file_for_range_read(p, upload_file->filename.data,
  317. upload_file->file_pos, upload_file->file_last, fb);
  318. if (res != AOSE_OK) {
  319. aos_error_log("Open read file fail, filename:%s\n",
  320. upload_file->filename.data);
  321. return res;
  322. }
  323. req->body_len = fb->file_last - fb->file_pos;
  324. req->file_path = upload_file->filename.data;
  325. req->file_buf = fb;
  326. req->type = BODY_IN_FILE;
  327. req->read_body = aos_read_http_body_file;
  328. return res;
  329. }
  330. void oss_fill_read_response_body(aos_http_response_t *resp,
  331. aos_list_t *buffer)
  332. {
  333. if (NULL != buffer) {
  334. aos_list_movelist(&resp->body, buffer);
  335. }
  336. }
  337. int oss_init_read_response_body_to_file(aos_pool_t *p,
  338. const aos_string_t *filename,
  339. aos_http_response_t *resp)
  340. {
  341. int res = AOSE_OK;
  342. aos_file_buf_t *fb = aos_create_file_buf(p);
  343. res = aos_open_file_for_write(p, filename->data, fb);
  344. if (res != AOSE_OK) {
  345. aos_error_log("Open write file fail, filename:%s\n", filename->data);
  346. return res;
  347. }
  348. resp->file_path = filename->data;
  349. resp->file_buf = fb;
  350. resp->write_body = aos_write_http_body_file;
  351. resp->type = BODY_IN_FILE;
  352. return res;
  353. }
  354. void oss_fill_read_response_header(aos_http_response_t *resp,
  355. aos_table_t **headers)
  356. {
  357. if (NULL != headers && NULL != resp) {
  358. *headers = resp->headers;
  359. }
  360. }
  361. void *oss_create_api_result_content(aos_pool_t *p, size_t size)
  362. {
  363. void *result_content = aos_palloc(p, size);
  364. if (NULL == result_content) {
  365. return NULL;
  366. }
  367. aos_list_init((aos_list_t *)result_content);
  368. return result_content;
  369. }
  370. oss_list_object_content_t *oss_create_list_object_content(aos_pool_t *p)
  371. {
  372. return (oss_list_object_content_t *)oss_create_api_result_content(
  373. p, sizeof(oss_list_object_content_t));
  374. }
  375. oss_list_object_common_prefix_t *oss_create_list_object_common_prefix(aos_pool_t *p)
  376. {
  377. return (oss_list_object_common_prefix_t *)oss_create_api_result_content(
  378. p, sizeof(oss_list_object_common_prefix_t));
  379. }
  380. oss_list_multipart_upload_content_t *oss_create_list_multipart_upload_content(aos_pool_t *p)
  381. {
  382. return (oss_list_multipart_upload_content_t*)oss_create_api_result_content(
  383. p, sizeof(oss_list_multipart_upload_content_t));
  384. }
  385. oss_list_part_content_t *oss_create_list_part_content(aos_pool_t *p)
  386. {
  387. oss_list_part_content_t *list_part_content = NULL;
  388. list_part_content = (oss_list_part_content_t*)oss_create_api_result_content(p,
  389. sizeof(oss_list_part_content_t));
  390. return list_part_content;
  391. }
  392. oss_complete_part_content_t *oss_create_complete_part_content(aos_pool_t *p)
  393. {
  394. oss_complete_part_content_t *complete_part_content = NULL;
  395. complete_part_content = (oss_complete_part_content_t*)oss_create_api_result_content(
  396. p, sizeof(oss_complete_part_content_t));
  397. return complete_part_content;
  398. }
  399. oss_list_object_params_t *oss_create_list_object_params(aos_pool_t *p)
  400. {
  401. oss_list_object_params_t * params;
  402. params = (oss_list_object_params_t *)aos_pcalloc(
  403. p, sizeof(oss_list_object_params_t));
  404. aos_list_init(&params->object_list);
  405. aos_list_init(&params->common_prefix_list);
  406. aos_str_set(&params->prefix, "");
  407. aos_str_set(&params->marker, "");
  408. aos_str_set(&params->delimiter, "");
  409. params->truncated = 1;
  410. params->max_ret = OSS_PER_RET_NUM;
  411. return params;
  412. }
  413. oss_list_upload_part_params_t *oss_create_list_upload_part_params(aos_pool_t *p)
  414. {
  415. oss_list_upload_part_params_t *params;
  416. params = (oss_list_upload_part_params_t *)aos_pcalloc(
  417. p, sizeof(oss_list_upload_part_params_t));
  418. aos_list_init(&params->part_list);
  419. aos_str_set(&params->part_number_marker, "");
  420. params->max_ret = OSS_PER_RET_NUM;
  421. params->truncated = 1;
  422. return params;
  423. }
  424. oss_list_multipart_upload_params_t *oss_create_list_multipart_upload_params(aos_pool_t *p)
  425. {
  426. oss_list_multipart_upload_params_t *params;
  427. params = (oss_list_multipart_upload_params_t *)aos_pcalloc(
  428. p, sizeof(oss_list_multipart_upload_params_t));
  429. aos_list_init(&params->upload_list);
  430. aos_str_set(&params->prefix, "");
  431. aos_str_set(&params->key_marker, "");
  432. aos_str_set(&params->upload_id_marker, "");
  433. aos_str_set(&params->delimiter, "");
  434. params->truncated = 1;
  435. params->max_ret = OSS_PER_RET_NUM;
  436. return params;
  437. }
  438. oss_upload_part_copy_params_t *oss_create_upload_part_copy_params(aos_pool_t *p)
  439. {
  440. return (oss_upload_part_copy_params_t *)aos_pcalloc(
  441. p, sizeof(oss_upload_part_copy_params_t));
  442. }
  443. oss_lifecycle_rule_content_t *oss_create_lifecycle_rule_content(aos_pool_t *p)
  444. {
  445. oss_lifecycle_rule_content_t *rule;
  446. rule = (oss_lifecycle_rule_content_t *)aos_pcalloc(
  447. p, sizeof(oss_lifecycle_rule_content_t));
  448. aos_str_set(&rule->id, "");
  449. aos_str_set(&rule->prefix, "");
  450. aos_str_set(&rule->status, "");
  451. aos_str_set(&rule->date, "");
  452. rule->days = INT_MAX;
  453. return rule;
  454. }
  455. oss_upload_file_t *oss_create_upload_file(aos_pool_t *p)
  456. {
  457. return (oss_upload_file_t *)aos_pcalloc(p, sizeof(oss_upload_file_t));
  458. }
  459. oss_object_key_t *oss_create_oss_object_key(aos_pool_t *p)
  460. {
  461. return (oss_object_key_t *)aos_pcalloc(p, sizeof(oss_object_key_t));
  462. }
  463. oss_live_channel_publish_url_t *oss_create_live_channel_publish_url(aos_pool_t *p)
  464. {
  465. return (oss_live_channel_publish_url_t *)aos_pcalloc(p, sizeof(oss_live_channel_publish_url_t));
  466. }
  467. oss_live_channel_play_url_t *oss_create_live_channel_play_url(aos_pool_t *p)
  468. {
  469. return (oss_live_channel_play_url_t *)aos_pcalloc(p, sizeof(oss_live_channel_play_url_t));
  470. }
  471. oss_live_channel_content_t *oss_create_list_live_channel_content(aos_pool_t *p)
  472. {
  473. oss_live_channel_content_t *list_live_channel_content = NULL;
  474. list_live_channel_content = (oss_live_channel_content_t*)oss_create_api_result_content(p,
  475. sizeof(oss_live_channel_content_t));
  476. aos_list_init(&list_live_channel_content->publish_url_list);
  477. aos_list_init(&list_live_channel_content->play_url_list);
  478. return list_live_channel_content;
  479. }
  480. oss_live_record_content_t *oss_create_live_record_content(aos_pool_t *p)
  481. {
  482. oss_live_record_content_t *live_record_content = NULL;
  483. live_record_content = (oss_live_record_content_t*)oss_create_api_result_content(p,
  484. sizeof(oss_live_record_content_t));
  485. return live_record_content;
  486. }
  487. oss_live_channel_configuration_t *oss_create_live_channel_configuration_content(aos_pool_t *p)
  488. {
  489. oss_live_channel_configuration_t *config;
  490. config = (oss_live_channel_configuration_t *)aos_pcalloc(
  491. p, sizeof(oss_live_channel_configuration_t));
  492. aos_str_set(&config->name, "");
  493. aos_str_set(&config->description, "");
  494. aos_str_set(&config->status, LIVE_CHANNEL_STATUS_ENABLED);
  495. aos_str_set(&config->target.type, LIVE_CHANNEL_DEFAULT_TYPE);
  496. aos_str_set(&config->target.play_list_name, LIVE_CHANNEL_DEFAULT_PLAYLIST);
  497. config->target.frag_duration = LIVE_CHANNEL_DEFAULT_FRAG_DURATION;
  498. config->target.frag_count = LIVE_CHANNEL_DEFAULT_FRAG_COUNT;
  499. return config;
  500. }
  501. oss_checkpoint_t *oss_create_checkpoint_content(aos_pool_t *p)
  502. {
  503. oss_checkpoint_t *cp;
  504. cp = (oss_checkpoint_t *)aos_pcalloc(p, sizeof(oss_checkpoint_t));
  505. cp->parts = (oss_checkpoint_part_t *)aos_pcalloc(p, sizeof(oss_checkpoint_part_t) * OSS_MAX_PART_NUM);
  506. aos_str_set(&cp->md5, "");
  507. aos_str_set(&cp->file_path, "");
  508. aos_str_set(&cp->file_md5, "");
  509. aos_str_set(&cp->object_name, "");
  510. aos_str_set(&cp->object_last_modified, "");
  511. aos_str_set(&cp->object_etag, "");
  512. aos_str_set(&cp->upload_id, "");
  513. return cp;
  514. }
  515. oss_resumable_clt_params_t *oss_create_resumable_clt_params_content(aos_pool_t *p, int64_t part_size, int32_t thread_num,
  516. int enable_checkpoint, const char *checkpoint_path)
  517. {
  518. oss_resumable_clt_params_t *clt;
  519. clt = (oss_resumable_clt_params_t *)aos_pcalloc(p, sizeof(oss_resumable_clt_params_t));
  520. clt->part_size = part_size;
  521. clt->thread_num = thread_num;
  522. clt->enable_checkpoint = enable_checkpoint;
  523. if (enable_checkpoint && NULL != checkpoint_path) {
  524. aos_str_set(&clt->checkpoint_path, checkpoint_path);
  525. }
  526. return clt;
  527. }
  528. oss_list_live_channel_params_t *oss_create_list_live_channel_params(aos_pool_t *p)
  529. {
  530. oss_list_live_channel_params_t *params;
  531. params = (oss_list_live_channel_params_t *)aos_pcalloc(
  532. p, sizeof(oss_list_live_channel_params_t));
  533. aos_list_init(&params->live_channel_list);
  534. aos_str_set(&params->prefix, "");
  535. aos_str_set(&params->marker, "");
  536. params->truncated = 1;
  537. params->max_keys = OSS_PER_RET_NUM;
  538. return params;
  539. }
  540. const char *get_oss_acl_str(oss_acl_e oss_acl)
  541. {
  542. switch (oss_acl) {
  543. case OSS_ACL_PRIVATE:
  544. return "private";
  545. case OSS_ACL_PUBLIC_READ:
  546. return "public-read";
  547. case OSS_ACL_PUBLIC_READ_WRITE:
  548. return "public-read-write";
  549. default:
  550. return NULL;
  551. }
  552. }
  553. void oss_init_request(const oss_request_options_t *options,
  554. http_method_e method,
  555. aos_http_request_t **req,
  556. aos_table_t *params,
  557. aos_table_t *headers,
  558. aos_http_response_t **resp)
  559. {
  560. *req = aos_http_request_create(options->pool);
  561. *resp = aos_http_response_create(options->pool);
  562. (*req)->method = method;
  563. init_sts_token_header();
  564. (*req)->headers = headers;
  565. (*req)->query_params = params;
  566. }
  567. void oss_init_bucket_request(const oss_request_options_t *options,
  568. const aos_string_t *bucket,
  569. http_method_e method,
  570. aos_http_request_t **req,
  571. aos_table_t *params,
  572. aos_table_t *headers,
  573. aos_http_response_t **resp)
  574. {
  575. oss_init_request(options, method, req, params, headers, resp);
  576. oss_get_bucket_uri(options, bucket, *req);
  577. }
  578. void oss_init_object_request(const oss_request_options_t *options,
  579. const aos_string_t *bucket,
  580. const aos_string_t *object,
  581. http_method_e method,
  582. aos_http_request_t **req,
  583. aos_table_t *params,
  584. aos_table_t *headers,
  585. oss_progress_callback cb,
  586. uint64_t init_crc,
  587. aos_http_response_t **resp)
  588. {
  589. oss_init_request(options, method, req, params, headers, resp);
  590. if (HTTP_GET == method) {
  591. (*resp)->progress_callback = cb;
  592. } else if (HTTP_PUT == method || HTTP_POST == method) {
  593. (*req)->progress_callback = cb;
  594. (*req)->crc64 = init_crc;
  595. }
  596. oss_get_object_uri(options, bucket, object, *req);
  597. }
  598. void oss_init_live_channel_request(const oss_request_options_t *options,
  599. const aos_string_t *bucket,
  600. const aos_string_t *live_channel,
  601. http_method_e method,
  602. aos_http_request_t **req,
  603. aos_table_t *params,
  604. aos_table_t *headers,
  605. aos_http_response_t **resp)
  606. {
  607. oss_init_request(options, method, req, params, headers, resp);
  608. oss_get_object_uri(options, bucket, live_channel, *req);
  609. }
  610. void oss_init_signed_url_request(const oss_request_options_t *options,
  611. const aos_string_t *signed_url,
  612. http_method_e method,
  613. aos_http_request_t **req,
  614. aos_table_t *params,
  615. aos_table_t *headers,
  616. aos_http_response_t **resp)
  617. {
  618. *req = aos_http_request_create(options->pool);
  619. *resp = aos_http_response_create(options->pool);
  620. (*req)->method = method;
  621. (*req)->headers = headers;
  622. (*req)->query_params = params;
  623. (*req)->signed_url = signed_url->data;
  624. }
  625. aos_status_t *oss_send_request(aos_http_controller_t *ctl,
  626. aos_http_request_t *req,
  627. aos_http_response_t *resp)
  628. {
  629. aos_status_t *s;
  630. const char *reason;
  631. int res = AOSE_OK;
  632. s = aos_status_create(ctl->pool);
  633. res = aos_http_send_request(ctl, req, resp);
  634. if (res != AOSE_OK) {
  635. reason = aos_http_controller_get_reason(ctl);
  636. aos_status_set(s, res, AOS_HTTP_IO_ERROR_CODE, reason);
  637. } else if (!aos_http_is_ok(resp->status)) {
  638. s = aos_status_parse_from_body(ctl->pool, &resp->body, resp->status, s);
  639. } else {
  640. s->code = resp->status;
  641. }
  642. s->req_id = (char*)(apr_table_get(resp->headers, "x-oss-request-id"));
  643. if (s->req_id == NULL) {
  644. s->req_id = (char*)(apr_table_get(resp->headers, "x-img-request-id"));
  645. if (s->req_id == NULL) {
  646. s->req_id = "";
  647. }
  648. }
  649. return s;
  650. }
  651. aos_status_t *oss_process_request(const oss_request_options_t *options,
  652. aos_http_request_t *req,
  653. aos_http_response_t *resp)
  654. {
  655. int res = AOSE_OK;
  656. aos_status_t *s;
  657. s = aos_status_create(options->pool);
  658. res = oss_sign_request(req, options->config);
  659. if (res != AOSE_OK) {
  660. aos_status_set(s, res, AOS_CLIENT_ERROR_CODE, NULL);
  661. return s;
  662. }
  663. return oss_send_request(options->ctl, req, resp);
  664. }
  665. aos_status_t *oss_process_signed_request(const oss_request_options_t *options,
  666. aos_http_request_t *req,
  667. aos_http_response_t *resp)
  668. {
  669. return oss_send_request(options->ctl, req, resp);
  670. }
  671. void oss_get_part_size(int64_t filesize, int64_t *part_size)
  672. {
  673. if (filesize > (*part_size) * OSS_MAX_PART_NUM) {
  674. *part_size = (filesize + OSS_MAX_PART_NUM -
  675. filesize % OSS_MAX_PART_NUM) / OSS_MAX_PART_NUM;
  676. aos_warn_log("Part number larger than max limit, "
  677. "part size Changed to:%" APR_INT64_T_FMT "\n",
  678. *part_size);
  679. }
  680. }
  681. int part_sort_cmp(const void *a, const void *b)
  682. {
  683. return (((oss_upload_part_t*)a)->part_num -
  684. ((oss_upload_part_t*)b)->part_num > 0 ? 1 : -1);
  685. }
  686. char *get_content_type_by_suffix(const char *suffix)
  687. {
  688. oss_content_type_t *content_type;
  689. for (content_type = file_type; content_type->suffix; ++content_type) {
  690. if (strcasecmp(content_type->suffix, suffix) == 0)
  691. {
  692. return content_type->type;
  693. }
  694. }
  695. return default_content_type;
  696. }
  697. char *get_content_type(const char *name)
  698. {
  699. char *begin;
  700. char *content_type = NULL;
  701. begin = strrchr(name, '.');
  702. if (begin) {
  703. content_type = get_content_type_by_suffix(begin + 1);
  704. }
  705. return content_type;
  706. }
  707. void set_content_type(const char* file_name,
  708. const char* key,
  709. aos_table_t *headers)
  710. {
  711. char *user_content_type = NULL;
  712. char *content_type = NULL;
  713. const char *mime_key = NULL;
  714. mime_key = file_name == NULL ? key : file_name;
  715. user_content_type = (char*)apr_table_get(headers, OSS_CONTENT_TYPE);
  716. if (NULL == user_content_type && mime_key != NULL) {
  717. content_type = get_content_type(mime_key);
  718. if (content_type) {
  719. apr_table_set(headers, OSS_CONTENT_TYPE, content_type);
  720. } else {
  721. apr_table_set(headers, OSS_CONTENT_TYPE, default_content_type);
  722. }
  723. }
  724. }
  725. aos_table_t* aos_table_create_if_null(const oss_request_options_t *options,
  726. aos_table_t *table,
  727. int table_size)
  728. {
  729. if (table == NULL) {
  730. table = aos_table_make(options->pool, table_size);
  731. }
  732. return table;
  733. }
  734. int is_enable_crc(const oss_request_options_t *options)
  735. {
  736. return options->ctl->options->enable_crc;
  737. }
  738. int has_crc_in_response(const aos_http_response_t *resp)
  739. {
  740. if (NULL != apr_table_get(resp->headers, OSS_HASH_CRC64_ECMA)) {
  741. return AOS_TRUE;
  742. }
  743. return AOS_FALSE;
  744. }
  745. int has_range_or_process_in_request(const aos_http_request_t *req)
  746. {
  747. if (NULL != apr_table_get(req->headers, "Range") ||
  748. NULL != apr_table_get(req->query_params, OSS_PROCESS)) {
  749. return AOS_TRUE;
  750. }
  751. return AOS_FALSE;
  752. }
  753. static int check_crc(uint64_t crc, const apr_table_t *headers)
  754. {
  755. char * srv_crc = (char*)(apr_table_get(headers, OSS_HASH_CRC64_ECMA));
  756. if (NULL != srv_crc && crc != aos_atoui64(srv_crc)) {
  757. return AOSE_CRC_INCONSISTENT_ERROR;
  758. }
  759. return AOSE_OK;
  760. }
  761. int oss_check_crc_consistent(uint64_t crc, const apr_table_t *resp_headers, aos_status_t *s)
  762. {
  763. int res = check_crc(crc, resp_headers);
  764. if (res != AOSE_OK) {
  765. aos_inconsistent_error_status_set(s, res);
  766. }
  767. return res;
  768. }
  769. int oss_get_temporary_file_name(aos_pool_t *p, const aos_string_t *filename, aos_string_t *temp_file_name)
  770. {
  771. int len = filename->len + 1;
  772. char *temp_file_name_ptr = NULL;
  773. len += strlen(AOS_TEMP_FILE_SUFFIX);
  774. temp_file_name_ptr = aos_pcalloc(p, len);
  775. apr_snprintf(temp_file_name_ptr, len, "%.*s%s", filename->len, filename->data, AOS_TEMP_FILE_SUFFIX);
  776. aos_str_set(temp_file_name, temp_file_name_ptr);
  777. return len;
  778. }
  779. int oss_temp_file_rename(aos_status_t *s, const char *from_path, const char *to_path, apr_pool_t *pool)
  780. {
  781. int res = -1;
  782. if (s != NULL) {
  783. if (aos_status_is_ok(s)) {
  784. res = apr_file_rename(from_path, to_path, pool);
  785. } else {
  786. res = apr_file_remove(from_path, pool);
  787. }
  788. }
  789. return res;
  790. }