[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
8 files changed
tree: af3f2f7b43aea5a186f36447c71bce5d303568b2
  1. .github/
  2. _tools/
  3. alluxio/
  4. angular/
  5. beam/
  6. bigquery/
  7. bin/
  8. cassandra/
  9. conf/
  10. dev/
  11. docs/
  12. elasticsearch/
  13. file/
  14. flink/
  15. geode/
  16. groovy/
  17. hazelcastjet/
  18. hbase/
  19. helium-dev/
  20. ignite/
  21. influxdb/
  22. java/
  23. jdbc/
  24. k8s/
  25. kotlin/
  26. ksql/
  27. kylin/
  28. lens/
  29. licenses/
  30. livy/
  31. markdown/
  32. mongodb/
  33. neo4j/
  34. notebook/
  35. pig/
  36. python/
  37. r/
  38. rlang/
  39. sap/
  40. scalding/
  41. scio/
  42. scripts/
  43. shell/
  44. spark/
  45. sparql/
  46. submarine/
  47. testing/
  48. zeppelin-client/
  49. zeppelin-client-examples/
  50. zeppelin-common/
  51. zeppelin-display/
  52. zeppelin-distribution/
  53. zeppelin-examples/
  54. zeppelin-integration/
  55. zeppelin-interpreter/
  56. zeppelin-interpreter-integration/
  57. zeppelin-interpreter-parent/
  58. zeppelin-interpreter-shaded/
  59. zeppelin-jupyter/
  60. zeppelin-jupyter-interpreter/
  61. zeppelin-jupyter-interpreter-shaded/
  62. zeppelin-plugins/
  63. zeppelin-server/
  64. zeppelin-web/
  65. zeppelin-web-angular/
  66. zeppelin-zengine/
  67. .appveyor.yml
  68. .asf.yaml
  69. .gitignore
  70. .travis.yml
  71. Dockerfile
  72. LICENSE
  73. NOTICE
  74. pom.xml
  75. README.md
  76. Roadmap.md
  77. SECURITY-README.md
  78. STYLE.md
  79. travis_check.py
README.md

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: Build Status
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:

  • Web based notebook style editor.
  • Built-in Apache Spark support

To know more about Zeppelin, visit our web site https://zeppelin.apache.org

Getting Started

Install binary package

Please go to install to install Apache Zeppelin from binary package.

Build from source

Please check Build from source to build Zeppelin from source.