An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![AppVeyor](https://img.shields.io/appveyor/ci/alexintime/setazureblobmimetypes.svg)](https://ci.appveyor.com/project/alexintime/setazureblobmimetypes)
[![GitHub](https://img.shields.io/github/license/VisualBean/SetAzureBlobMimeTypes.svg)](https://github.com/VisualBean/SetAzureBlobMimeTypes/blob/master/LICENSE)
[![NuGet](https://img.shields.io/nuget/v/SetBlobMimeTypes.svg)](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)