-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(storage/azure.py): Add content_type option for .gz files
As requested by kcidb team, it will be easier to handle files if they have proper content-type set. Signed-off-by: Denys Fedoryshchenko <[email protected]>
- Loading branch information
1 parent
c1180d7
commit f4ecf53
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
azure-storage-blob==12.23.1 | ||
azure-storage-file-share==12.13.0 | ||
bson==0.5.10 | ||
click==8.1.3 | ||
|