opensearch-project / opensearch-project/opensearch-java
[FEATURE] Support creating S3,GCS,Azure Snapshot Repository
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 165
- Forks
- 250
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 26
Description
Is your feature request related to a problem?
It seems that only the fs repository is supported in opensearch-java.
https://github.com/opensearch-project/opensearch-java/blob/main/java-client/src/main/java/org/opensearch/client/opensearch/snapshot/RepositorySettings.java
What solution would you like?
It supports S3, GCS, and Azure, just like elasticsearch-java.
https://github.com/elastic/elasticsearch-java/blob/main/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/S3RepositorySettings.java
https://github.com/elastic/elasticsearch-java/blob/main/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/GcsRepositorySettings.java
https://github.com/elastic/elasticsearch-java/blob/main/java-client/src/main/java/co/elastic/clients/elasticsearch/snapshot/AzureRepositorySettings.java
What alternatives have you considered?
None
Do you have any additional context?
None
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with java-client/src/main/java/org/opensearch/client/opensearch/snapshot/RepositorySettings.java and compare the corresponding S3RepositorySettings.java, GcsRepositorySettings.java, and AzureRepositorySettings.java files in elasticsearch-java. Trace the existing snapshot repository settings conventions, then verify that S3, GCS, and Azure settings can be created and exposed consistently by the client.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, azure, gcp, java
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100