Skip to content

Commit 7356e15

Browse files
committed
Log upload params for now
1 parent 7bdaac4 commit 7356e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/evergreen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const uploadArtifactToEvergreen = (artifact: string, awsKey: string, awsSecret:
2828
Key: `/${project}/${revision}/${path.basename(artifact)}`,
2929
Body: fs.createReadStream(artifact)
3030
};
31-
console.log(`mongosh: uploading ${artifact} to evergreen`);
31+
console.log(`mongosh: uploading ${artifact} to evergreen`, uploadParams);
3232
return upload(uploadParams, s3);
3333
};
3434

0 commit comments

Comments
 (0)