jenil-shah135 commented on a change in pull request #3953:
URL: https://github.com/apache/zeppelin/pull/3953#discussion_r511540643
##########
File path:
zeppelin-web-angular/projects/zeppelin-sdk/src/interfaces/message-common.interface.ts
##########
@@ -118,6 +118,7 @@ export interface ConfigurationsInfo {
'zeppelin.notebook.collaborative.mode.enable': string;
'zeppelin.search.use.disk': string;
'zeppelin.notebook.s3.cannedAcl': string;
+ 'zeppelin.notebook.s3.pathStyleAccess': string;
Review comment:
I don't think so any changes for old ui is required as it is using rest
service to get all configuration keys which is using ZeppelinConfiguration. In
that file I have already made required changes.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]