Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy over the ContentType of source blob for storage-encrypted blobs …
…that are not handled by the packager Description Some blobs in input assets are directly copied over to destination folder, such as .json file, thumbnail file etc. When they are not encrypted with customer's key, the code can transfer the headers from source blob to destination, When they are encrypted with customer's key, this new change ensures the ContentType header is transfered to the destionation folder, so that ContentType property is always available for all blobs in the destination folder.
- Loading branch information