Example #1
0
 /**
  * 校验object参数
  *
  * @param string $object
  * @throws OssException
  */
 private function precheckObject($object)
 {
     OssUtil::throwOssExceptionWithMessageIfEmpty($object, "object name is empty");
 }