https://github.com/visualbean/setazureblobmimetypes
A simple .Net Core Global tool for setting Content-Type of azure blob files.
https://github.com/visualbean/setazureblobmimetypes
Last synced: about 1 month ago
JSON representation
A simple .Net Core Global tool for setting Content-Type of azure blob files.
- Host: GitHub
- URL: https://github.com/visualbean/setazureblobmimetypes
- Owner: VisualBean
- License: mit
- Created: 2018-08-26T19:47:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T00:01:37.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T07:07:12.808Z (over 1 year ago)
- Language: C#
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/alexintime/setazureblobmimetypes)
[](https://github.com/VisualBean/SetAzureBlobMimeTypes/blob/master/LICENSE)
[](https://www.nuget.org/packages/SetBlobMimeTypes)
# SetAzureBlobMimeTypes
A simple .Net Core Global tool for setting Content-Type of azure blob files.
The tool goes through the entire container recursively and changes the content-type to be the 'correct' one.
## Installation
```
dotnet tools install --global SetBlobMimeTypes
```
## Usage
```
SetBlobMimeTypes -a -k -c
```
## MimeTypes
A list of supported MimeTypes be found here: [https://www.nuget.org/packages/SetBlobMimeTypes](https://www.nuget.org/packages/SetBlobMimeTypes)