What feature do you want to see added?
|
private static final Map<String, String> CONTENT_TYPES = |
On upload, this plugin tries to guess file content type from extension and set Content Type header accordingly. However, only web-based formats are included in the mechanism.
Suggestion: let's add wider set of MIME types there. Our particular use case is for video/mp4.
Upstream changes
No response
What feature do you want to see added?
google-storage-plugin/src/main/java/com/google/jenkins/plugins/storage/AbstractUpload.java
Line 97 in 4ef5d39
On upload, this plugin tries to guess file content type from extension and set Content Type header accordingly. However, only web-based formats are included in the mechanism.
Suggestion: let's add wider set of MIME types there. Our particular use case is for video/mp4.
Upstream changes
No response