Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PUBDEV-3321] Allow arbitrary S3 connection end point/region. #164

Merged
merged 3 commits into from
Oct 10, 2016

Commits on Sep 23, 2016

  1. [PUBDEV-3321] Allow arbitrary S3 connection end point.

    The fix:
      - exposes system property "sys.ai.h2o.persist.s3.endPoint" which can override default
      S3 connection end point. For example, `java -Dsys.ai.h2o.persist.s3.endPoint="https://localhost:9000" -jar h2o.jar`
    mmalohlava committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    6c0fdd7 View commit details
    Browse the repository at this point in the history
  2. Allow to specify region and path access style.

    The property "sys.ai.h2o.persist.s3.region" can specify S3 region.
    The property "sys.ai.h2o.persist.s3.enable.path.style" can force path style acces.
    mmalohlava committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    add67c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. Fix for S3 Minio support

    The Minio does not fill bucket name in returned object.
    It needs to be read from listing of objects.
    mmalohlava committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    50d52b5 View commit details
    Browse the repository at this point in the history