Skip to content

Commit

Permalink
Update content type
Browse files Browse the repository at this point in the history
  • Loading branch information
VaniHaripriya committed Nov 22, 2024
1 parent 0570a6a commit b0d161c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/apiserver/storage/object_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ func (m *MinioObjectStore) GetSignedUrlWithoutContentDisposition(bucketConfig *o
}
reqParams := make(url.Values)
reqParams.Set("response-content-disposition", "inline")
reqParams.Set("response-content-type", "application/json")
signedUrl, err := s3Client.Presign("GET", bucketConfig.BucketName, key, expirySeconds, reqParams)
if err != nil {
return "", util.Wrap(err, "Failed to generate signed url")
Expand Down

0 comments on commit b0d161c

Please sign in to comment.