Beispiel #1
0
 /**
  * @param string $bucketName The bucket name.
  * @param string $key The object path.
  *
  * @return string
  */
 private function getPath($bucketName = null, $key = null)
 {
     return HttpUtils::appendUri(self::BOS_URL_PREFIX, $bucketName, $key);
 }