Skip to content

Commit 423d22e

Browse files
committed
B2B-2048: [AWS S3] ImportExport can't unzip file from AWS S3
1 parent 90cafd6 commit 423d22e

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/RemoteStorage/Plugin

1 file changed

+2
-1
lines changed

app/code/Magento/RemoteStorage/Plugin/Zip.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private function proceedFileOperation(callable $proceed, $source, $destination):
126126
}
127127

128128
/**
129-
* Move files from storage to tmp folder
129+
* Copies file from remote storage to tmp folder
130130
*
131131
* @param string $filePath
132132
* @return string
@@ -144,6 +144,7 @@ private function copyFileToTmp(string $filePath): string
144144
? $tmpPath
145145
: $filePath;
146146
}
147+
147148
return $filePath;
148149
}
149150

0 commit comments

Comments
 (0)