chore: update dependencies and update AWS S3 lib to v3

This commit is contained in:
tdurieux
2023-05-01 14:34:58 +02:00
parent 6226f32471
commit ee82d3c12a
11 changed files with 2409 additions and 2607 deletions

View File

@@ -164,7 +164,7 @@ export default class Repository {
*
* @returns A stream of anonymized repository compressed
*/
zip(): Readable {
zip(): Promise<Readable> {
return storage.archive(this.originalCachePath, {
format: "zip",
fileTransformer: (filename: string) =>