-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Remove deprecated Gateways #5422
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
Labels
Comments
imotov
added a commit
that referenced
this issue
Mar 26, 2014
dadoonet
added a commit
to elastic/elasticsearch-cloud-aws
that referenced
this issue
Apr 18, 2014
In elasticsearch core code, we removed Gateways (see elastic/elasticsearch#5422). We need now to remove S3 gateway from aws plugin. Closes #75.
dadoonet
added a commit
to elastic/elasticsearch-cloud-aws
that referenced
this issue
Apr 18, 2014
In elasticsearch core code, we removed Gateways (see elastic/elasticsearch#5422). We need now to remove S3 gateway from aws plugin. Closes #75.
dadoonet
added a commit
to elastic/elasticsearch-cloud-aws
that referenced
this issue
Apr 29, 2014
In elasticsearch core code, we removed Gateways (see elastic/elasticsearch#5422). We need now to remove S3 gateway from aws plugin. Closes #75. (cherry picked from commit d9326af)
Josh-Tilles
pushed a commit
to Josh-Tilles/elastisch
that referenced
this issue
Apr 19, 2017
I believe this has been broken since Elasticsearch 1.0 Relevant links: - <http://web.archive.org/web/20130227064817/http://www.elasticsearch.org/guide/reference/api/admin-indices-gateway-snapshot.html> - <elastic/elasticsearch#5422>
Josh-Tilles
pushed a commit
to Josh-Tilles/elastisch
that referenced
this issue
Aug 28, 2017
I believe this has been broken since Elasticsearch 1.0. Relevant links: - <http://web.archive.org/web/20130227064817/http://www.elasticsearch.org/guide/reference/api/admin-indices-gateway-snapshot.html> - <elastic/elasticsearch#5422>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we deprecated Gateways before
1.0
and given the snapshot and restore feature they became obsolete. We gave quite some time to migrate and I think we should move away from it in1.2.0
. On master we can remove it already I guess but it might make sense to merge it together? @imotov I think you should remove the gateways ;)The text was updated successfully, but these errors were encountered: