Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szalai1 committed Mar 18, 2019
1 parent 4cb449a commit 4022115
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 40 deletions.
2 changes: 1 addition & 1 deletion docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For debug and testing purposes you can set

* `insecure: true` to switch to plain insecure HTTP instead of HTTPS
* `http_config.insecure_skip_verify: true` to disable TLS certificate verification (if your S3 based storage is using a self-signed certificate, for example)
* `traceon: true` to enable the mino client's verbose logging. Each request and response will be logged into the debug logger, so debug level logging must be enabled for this functionality.
* `traceon: true` to enable the minio client's verbose logging. Each request and response will be logged into the debug logger, so debug level logging must be enabled for this functionality.

### Credentials
By default Thanos will try to retrieve credentials from the following sources:
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ require (
github.com/opentracing/opentracing-go v1.0.2
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
github.com/prometheus/common v0.0.0-20181218105931-67670fe90761
github.com/prometheus/prometheus v0.0.0-20190118110214-3bd41cc92c78
github.com/prometheus/tsdb v0.4.0
Expand Down
Loading

0 comments on commit 4022115

Please sign in to comment.