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

Provide an Option to Use Path-Style-Access with S3 Repo #41966

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add breaking changes entry
  • Loading branch information
original-brownbear committed May 8, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 13e33114d9f5b303cd03921741b7d169fb569baf
12 changes: 12 additions & 0 deletions docs/reference/migration/migrate_8_0/snapshots.asciidoc
Original file line number Diff line number Diff line change
@@ -28,3 +28,15 @@ This change will affect both newly created repositories and existing repositorie
explicitly specified.

For more information on the compress option, see <<modules-snapshots>>

[float]
==== The S3 repository plugin uses the DNS style access pattern by default

Starting in version 7.2 using the path style access pattern with the S3 repository is deprecated.
Previously the S3 repository plugin was exclusively using the path style access pattern so this is a breaking
change for deployments that do not also allow for the DNS style access pattern. For short-term compatibility with these deployments users
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only those that are not on AWS and that do not use IP-address based endpoint.

must configure the S3 client setting `path_style_access` to `true` to retain the previous behaviour but should be advised that
the option to enable path style access will be removed in future versions of Elasticsearch.

This breaking change was made necessary by https://forums.aws.amazon.com/ann.jspa?annID=6776[AWS's announcement] to no longer support
the path-style API past September 30th, 2020.