Skip to content

Commit

Permalink
Set the isDirectory flag appropriately (#4616)
Browse files Browse the repository at this point in the history
Set the isDirectory flag appropriately when using the currentDirectory() option
  • Loading branch information
clarkperkins authored and sduskis committed Mar 3, 2019
1 parent 0cda561 commit aa5f271
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ private static boolean processedAsFolder(
fakeFolder.setName(folderName);
fakeFolder.setBucket(so.getBucket());
fakeFolder.setGeneration(so.getGeneration());
fakeFolder.set("isDirectory", true);
folders.put(folderName, fakeFolder);
return true;
}
Expand Down

0 comments on commit aa5f271

Please sign in to comment.