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