Alexander Pivovarov created ZEPPELIN-692: --------------------------------------------
Summary: Add setting to set s3 endpoint url ZEPPELIN_NOTEBOOK_S3_ENDPOINT Key: ZEPPELIN-692 URL: https://issues.apache.org/jira/browse/ZEPPELIN-692 Project: Zeppelin Issue Type: Improvement Components: Core, zeppelin-server Reporter: Alexander Pivovarov There are s3 cloud storage provided not by Amazon To make AmazonS3Client to work with non-amazon clouds we can use setEndpoint method http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Client.html#setEndpoint(java.lang.String) We need to add new property ZEPPELIN_NOTEBOOK_S3_ENDPOINT Example {code} ZEPPELIN_NOTEBOOK_S3_ENDPOINT="https://canada.os.ctl.io/" {code} BTW, aws cli provides --endpoint-url parameter to control endpoint -- This message was sent by Atlassian JIRA (v6.3.4#6332)