Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Python 3.6, ElasticSearch 6.0, and snapshotid support #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Python 3.6, ElasticSearch 6.0, and snapshotid support #4

wants to merge 3 commits into from

Conversation

mobri2a
Copy link

@mobri2a mobri2a commented Nov 2, 2018

Tested with Python 3.6 and found no issues.
Added Content-Type header for ElasticSearch 6.0 compatibility (tested with 6.3)
Added a "snapshotid" parameter which allows the user to run against an existing snapshot, rather than call snapshot delivery (which can be throttled).

Note that most of the diff changes in README.md seem to be false positives from my editor. I did add some details on the changes.

-- miobrien@

Added ability to specify a snapshotid and region without executing a snapshot delivery. This avoids throttling when testing.
Changed REGIONS dict from a static definition to using the boto3 ec2 API to get a list of all regions.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant