forked from grafana/loki
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support for registering custom index clients, added new methods to ob…
…ject stores (grafana#2049) * support for registering custom index clients, added new methods to object store NewIndexClient accepts factory methods for creating custom index clients added new methods to object stores to work on objects(io.Reader) instead of just chunks Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * splitted s3 config from dynamodb config and updated docs Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * removed unwanted code Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * added List method to azure and addressed other feedback in PR review Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * addressed some of the feedback from PR review Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * changes suggested from PR review Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com> * fixed an issue with reporting errors in PutObject for GCS object store Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>
- Loading branch information
1 parent
031709a
commit 7279221
Showing
14 changed files
with
685 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.