Skip to content

Commit 9ce5078

Browse files
Merge pull request #169 from EO-DataHub/add-octet-stream-to-mime-types
add octet-stream to mimetypes
2 parents cfb417b + ed3c3c0 commit 9ce5078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stac_pydantic/shared.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class MimeTypes(str, Enum):
6666
pdf = "application/pdf"
6767
csv = "text/csv"
6868
parquet = "application/vnd.apache.parquet"
69+
octet_stream = "application/octet-stream"
6970

7071

7172
class AssetRoles(str, AutoValueEnum):

0 commit comments

Comments
 (0)