Proyectos de Subversion LeadersLinked - Services

Rev

Rev 324 | Rev 332 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 324 Rev 331
Línea 261... Línea 261...
261
     * @return string
261
     * @return string
262
     */
262
     */
263
    public function getGenericImage($path, $code, $filename)
263
    public function getGenericImage($path, $code, $filename)
264
    {
264
    {
265
        $remoto = $path . '/' . $code. '/' .  $filename;
265
        $remoto = $path . '/' . $code. '/' .  $filename;
-
 
266
        
-
 
267
        echo $remoto;
-
 
268
        
266
        if($this->s3Files->objectExist($remoto)) {
269
        if($this->s3Files->objectExist($remoto)) {
267
            return $this->s3Files->getPresignedUrl($remoto);
270
            return $this->s3Files->getPresignedUrl($remoto);
Línea 268... Línea 271...
268
            
271
            
269
        } else {
272
        } else {