techdocs: fix metadata API response from S3 storage

This commit is contained in:
Himanshu Mishra
2020-12-21 16:03:41 +01:00
committed by Remi
parent 4c327b2345
commit e4dfaba3c1
@@ -143,7 +143,7 @@ export class AwsS3Publish implements PublisherBase {
const fileStreamChunks: Array<any> = [];
this.storageClient
.headObject({
.getObject({
Bucket: this.bucketName,
Key: `${entityRootDir}/techdocs_metadata.json`,
})