Skip to content

Commit 0388802

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
add ContentType header for mask file
1 parent f411157 commit 0388802

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)