Skip to content
Snippets Groups Projects
Commit 0422b11a authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Set static MIME type for S3 objects

#55
parent 54b9ee30
No related branches found
No related tags found
No related merge requests found
......@@ -109,5 +109,5 @@ class S3ObjectMetaInformation(BaseModel):
bucket=obj.bucket_name,
size=obj.size,
last_modified=obj.last_modified,
content_type=obj.Object().content_type,
content_type="binary/octet-stream",
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment