jrandall opened a new issue, #2724: URL: https://github.com/apache/incubator-opendal/issues/2724
I am using the `override_content_disposition` functionality offered in `FuturePresignRead` to request a presign read URL in which the upstream content store will set the response header `Content-Disposition` as requested (i.e. in S3 this uses the response-content-disposition functionality), and this is working great. I am also using the `override_cache_control` to do the same for the `Cache-Control` header. I would like to have the same functionality for the `Content-Type` header, and I understand that this is also supported (at least for S3). Could this be implemented (probably as an `override_content_type` method on `FuturePresignRead`)? This was mentioned in https://github.com/apache/incubator-opendal/issues/1726#issuecomment-1490238508 as one of the four remaining response headers that S3 allows to be set for presign URLs, but in that issue it was decided not to implement anything that had not been requested. So here is a request for one of them! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
