-
Notifications
You must be signed in to change notification settings - Fork 62
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
Issue #KN-133 fix: Cloud service provider storage header changes #211
Conversation
@@ -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: { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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'
}
....
}
Kudos, SonarCloud Quality Gate passed! |
No description provided.