fix(#181): check if folder exists in S3

This commit is contained in:
tdurieux
2023-02-22 08:00:20 +01:00
parent 6caca33145
commit 7dbfdb3056
3 changed files with 15 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { join } from "path";
import storage from "./storage";
import { RepositoryStatus, Source, Tree, TreeElement, TreeFile } from "./types";
import { Readable, Transform } from "stream";
import { Readable } from "stream";
import User from "./User";
import GitHubStream from "./source/GitHubStream";
import GitHubDownload from "./source/GitHubDownload";