File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @opennextjs/aws " : patch
3
+ ---
4
+
5
+ Add protobuf to common binary formats
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ const commonBinaryMimeTypes = new Set([
54
54
"application/x-tar" ,
55
55
"application/x-zip" ,
56
56
"application/zip" ,
57
+ // Serialized data
58
+ "application/x-protobuf" ,
57
59
] ) ;
58
60
59
61
export function isBinaryContentType ( contentType ?: string | null ) {
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ const commonBinaryMimeTypes = new Set([
54
54
"application/x-tar" ,
55
55
"application/x-zip" ,
56
56
"application/zip" ,
57
+ // Serialized data
58
+ "application/x-protobuf" ,
57
59
] ) ;
58
60
59
61
export function isBinaryContentType ( contentType ?: string | null ) {
You can’t perform that action at this time.
0 commit comments