Skip to content

Commit

Permalink
Allow trailing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Feb 16, 2024
1 parent 15071a2 commit aedf5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/Fs.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function prefixPath(string $path = ''): string
$this->getPrefix(),
$this->subpath ?? '',
$path,
)->withoutEmptySegments()->withoutTrailingSlash();
)->withoutEmptySegments();
}

public function getBucketName(): ?string
Expand Down

0 comments on commit aedf5b1

Please sign in to comment.