Update ImageS3UploadPipeline.php

pull/6244/head
Shlee 2 weeks ago committed by GitHub
parent d1defe35e5
commit 57307aaff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -95,6 +95,7 @@ class ImageS3UploadPipeline implements ShouldQueue
$file = $disk->putFileAs($storagePath, new File($path), $name, 'public');
return $disk->url($file);
} catch (S3Exception | ClientException | ConnectException | UnableToWriteFile | Exception $e) {
Log::warning("Groups ImageS3UploadPipeline: Failed to handle Resilient Store {$file} : " . $e->getMessage());
throw $e;
}
}, function (int $attempt, Exception $exception) {

Loading…
Cancel
Save