Re: Delete notebook in s3notebook repo is not working

2021-08-04 Thread Great Info
Hi, Can someone help to raise a pull request for this? Due to some official reason, I can not give the pull request. On Tue, Jul 27, 2021 at 9:37 PM Great Info wrote: > Move method is getting called in S3NotebookRepo whenever notebook is > deleted, in this method serverside encryption is not se

Re: Delete notebook in s3notebook repo is not working

2021-07-27 Thread Great Info
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. @Override public void move(String noteId, String notePath, String newNotePath, AuthenticationInfo subjec

Re: Delete notebook in s3notebook repo is not working

2021-07-25 Thread Jeff Zhang
Not sure what's the root cause, do you mind to help fix it ? I am not sure whether others in the community familiar with s3 and has environment to test it. Great Info 于2021年7月26日周一 上午12:06写道: > I have deployed zeppelin 0.9.0 on AWS e2 and configured the s3 Notebook > store. I have IAM role creat

Delete notebook in s3notebook repo is not working

2021-07-25 Thread Great Info
I have deployed zeppelin 0.9.0 on AWS e2 and configured the s3 Notebook store. I have IAM role created, ec2 uses that role and defined right bucket permission for that role. Create Notebook, modify notebook works but delete is not working, getting 403 error. I have the right policy defined, below