techdocs: fix metadata API response from S3 storage
This commit is contained in:
@@ -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`,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user