Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy over the ContentType of source blob for storage-encrypted blobs … #104

Merged
merged 1 commit into from
Aug 2, 2023

Commits on Aug 1, 2023

  1. 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.
    weibz committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    450754e View commit details
    Browse the repository at this point in the history