diff --git a/presigned_url.go b/presigned_url.go index ea7513d..551f198 100644 --- a/presigned_url.go +++ b/presigned_url.go @@ -16,7 +16,7 @@ func (c Client) GetPresignedURL(ctx context.Context, bucket, object, fileType st // params reqParams := make(url.Values) - reqParams.Set("response-content-disposition", fmt.Sprintf("attachment; filename=\"%s\"", object)) + //reqParams.Set("response-content-disposition", fmt.Sprintf("attachment; filename=\"%s\"", object)) // add content type for video if fileType == ListTypes.Video {