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 214d3bb commit 3c94a6bCopy full SHA for 3c94a6b
s3fs/core.py
@@ -690,7 +690,7 @@ async def _lsdir(
690
if not prefix:
691
prefix = ""
692
if key:
693
- prefix = key.lstrip("/") + "/" + prefix
+ prefix = key + "/" + prefix
694
if path not in self.dircache or refresh or not delimiter or versions:
695
try:
696
logger.debug("Get directory listing page for %s" % path)
0 commit comments