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

Conversation

weibz
Copy link
Collaborator

@weibz weibz commented Aug 1, 2023

…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.

…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 weibz requested review from duggaraju and pohhsu August 1, 2023 23:32
@weibz weibz merged commit 3dd8b75 into main Aug 2, 2023
2 checks passed
@weibz weibz deleted the weibz/ContentType branch August 2, 2023 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants