From baf1d9038a06dcee22388732ba7c6d1d212c681d Mon Sep 17 00:00:00 2001 From: Diego Pino Navarro Date: Wed, 20 Dec 2023 10:23:32 -0500 Subject: [PATCH] Just a comment typo --- src/StrawberryfieldFilePersisterService.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/StrawberryfieldFilePersisterService.php b/src/StrawberryfieldFilePersisterService.php index dbfa607..bfa55ba 100644 --- a/src/StrawberryfieldFilePersisterService.php +++ b/src/StrawberryfieldFilePersisterService.php @@ -814,7 +814,7 @@ public function persistFilesInJsonToDisks(StrawberryFieldItemList $field) { $destination_uri = $this->copyOrPutS3Aware($current_uri, $destination_uri); } else { - // Nomral Copy to new destination + // Normal Copy to new destination $destination_uri = $this->fileSystem->copy( $current_uri, $destination_uri @@ -1469,7 +1469,6 @@ public function copyOrPutS3Aware(string $source_uri, string $destination_uri) { return FALSE; } } - } catch (\Exception $exception) { $this->loggerFactory->get('strawberryfield')->error('File upload %source_uri failed because we could not connect to S3.', [