gubrniva created ZEPPELIN-5486:
----------------------------------
Summary: S3NotebookRepo delete fails with SSE-KMS enabled
Key: ZEPPELIN-5486
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5486
Project: Zeppelin
Issue Type: Bug
Components: NotebookRepo
Affects Versions: 0.9.0
Reporter: gubrniva
Move method is getting called in S3NotebookRepo whenever notebook is deleted,
in this method serverside encryption is not set, so adding the below code will
fix the issue.
https://github.com/apache/zeppelin/blob/master/zeppelin-plugins/notebookrepo/s3/src/main/java/org/apache/zeppelin/notebook/repo/S3NotebookRepo.java#L264
--
This message was sent by Atlassian Jira
(v8.3.4#803005)