Skip to content

Commit 254f9a8

Browse files
authored
Merge pull request #629 from superannotateai/friday
add ContentType header for mask file
2 parents 2c65c19 + 0388802 commit 254f9a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/superannotate/lib/core/usecases/annotations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ def _upload_mask(self, item_data: ItemToUpload):
707707
"annotation_bluemap_path"
708708
],
709709
Body=item_data.mask,
710+
ContentType="image/jpeg",
710711
)
711712

712713
async def distribute_queues(self, items_to_upload: List[ItemToUpload]):

0 commit comments

Comments
 (0)