commit | 70ea189d08d8d5d17db85201b1ecc335086d18e3 | [log] [tgz] |
---|---|---|
author | jenil.shah <jenil.shah@ishisystems.com> | Fri Oct 23 13:48:21 2020 +0530 |
committer | Jeff Zhang <zjffdu@apache.org> | Fri Oct 30 23:49:20 2020 +0800 |
tree | af3f2f7b43aea5a186f36447c71bce5d303568b2 | |
parent | 6981c4dd74c222f87c38fe4a266b3f84768a5049 [diff] |
[ZEPPELIN-5105] Add an option to allow S3 path based access ### What is this PR for? Provide a configuration option that will allow to use path based access for S3 Notebook repo ### What type of PR is it? Improvement ### Todos * [x] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-5105 ### How should this be tested? Start minio cluster without MINIO_DOMAIN. Configure minio s3 endpoint in zeppelin for notebook repo.Enable the configuration option, save a notebook in zeppelin, and confirm in the minio that the related file was saved. ### Questions: Does the licenses files need update? No Is there breaking changes for older versions? No. Does this needs documentation? I added mentions of the new option in existing documentation. Thank you! Author: jenil.shah <jenil.shah@ishisystems.com> Closes #3953 from jenil-shah135/master and squashes the following commits: b46820be3 [jenil.shah] S3 Service Bucket Access Using Path Style
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core feature:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.