Exemplo n.º 1
0
 /**
  * Find if the URL should be presigned.
  *
  * @return PresignedPath|bool
  *   The matching PresignedPath if a presigned URL should be served, FALSE
  *   otherwise.
  */
 protected function usePresigned()
 {
     return $this->config->getPresignedPaths()->match($this->getLocalPath());
 }