开发者社区 问答 正文

accessKeySecret在哪里设置

  1. 初始化客户端
  2. function init_vod_client($accessKeyId, $accessKeySecret) {
  3. $regionId = 'cn-shanghai'; // 点播服务所在的Region,国内请填cn-shanghai,不要填写别的区域
  4. $profile = DefaultProfile::getProfile($regionId, $accessKeyId, $accessKeySecret);
  5. return new DefaultAcsClient($profile);
  6. }

展开
收起
1463142769094654 2018-12-10 18:12:37 1954 分享
分享
版权
举报
1 条回答
写回答
取消 提交回答
问答分类:
问答地址: