We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a267b commit 7c84df5Copy full SHA for 7c84df5
src/LfmPath.php
@@ -177,10 +177,12 @@ public function normalizeWorkingDir()
177
?: $this->helper->getRootFolder();
178
179
if ($this->is_thumb) {
180
+ // Prevent if working dir is "/" normalizeWorkingDir will add double "//" that breaks S3 functionality
181
$path = rtrim($path, Lfm::DS) . Lfm::DS . $this->helper->getThumbFolderName();
182
}
183
184
if ($this->getName()) {
185
186
$path = rtrim($path, Lfm::DS) . Lfm::DS . $this->getName();
187
188
0 commit comments