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

Issue #KN-133 fix: Cloud service provider storage header changes #211

Merged

Conversation

vaibhavbhuva
Copy link

No description provided.

@@ -18,7 +18,25 @@ org.ekstep.contenteditor.config = {
corePluginsPackaged: true,
dispatcher: 'local',
localDispatcherEndpoint: '/app/telemetry',
previewURL: '/content/preview/preview.html'
previewURL: '/content/preview/preview.html',
cloudStorage: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How this config can be changed by any adopter?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vinukumar-vs We are not changing the way of passing the configuration to the editor. Just added new property to the existing configuration is still remain the same as is it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example:

window.context = {
  ....
  presigned_headers: {
      'x-ms-blob-type': 'BlockBlob'
  }
  ....         
}

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

78.6% 78.6% Coverage
0.0% 0.0% Duplication

@vinukumar-vs vinukumar-vs merged commit a11f29e into Sunbird-Knowlg:release-4.10.1 Aug 11, 2022
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