Jenil Shah created ZEPPELIN-5105:
------------------------------------
Summary: Add setting for notebook to set s3 path syle access
Key: ZEPPELIN-5105
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5105
Project: Zeppelin
Issue Type: Improvement
Components: NotebookRepo
Affects Versions: 0.9.0
Reporter: Jenil Shah
Zeppelin allows to save notebooks to S3.We cam allow to set path style access
to s3 storage using
[#https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/S3ClientOptions.Builder.html#setPathStyleAccess-boolean-]
[#https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Client.html#setS3ClientOptions-com.amazonaws.services.s3.S3ClientOptions-]
We need to add new property ZEPPELIN_NOTEBOOK_S3_PATH_STYLE_ACCESS
Example
{code:java}
export ZEPPELIN_NOTEBOOK_S3_PATH_STYLE_ACCESS=true{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)