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 51e3c80 commit 92f677eCopy full SHA for 92f677e
s3fs/core.py
@@ -725,7 +725,7 @@ async def _lsdir(
725
if not prefix:
726
prefix = ""
727
if key:
728
- prefix = key.lstrip("/") + "/" + prefix
+ prefix = key + "/" + prefix
729
if path not in self.dircache or refresh or not delimiter or versions:
730
try:
731
logger.debug("Get directory listing page for %s" % path)
0 commit comments