This commit is contained in:
Caleb Gosiak 2021-09-30 17:44:32 -05:00
parent 3b3f1ff398
commit cbb243eff9
4 changed files with 4 additions and 4 deletions

View file

@ -127,7 +127,7 @@ export class CacheService {
key: string,
archivePath: string
): Promise<PromiseResult<S3.PutObjectOutput, AWSError>> {
const data = fs.readFileSync(archivePath).toString("base64");
const data = fs.readFileSync(archivePath);
return this._client
.putObject({