Skip to content

Commit

Permalink
Update storage.md (#5486)
Browse files Browse the repository at this point in the history
  • Loading branch information
bishal7679 authored Jul 11, 2022
1 parent b5d0a61 commit 6f3e412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Details about AWS policies: https://docs.aws.amazon.com/AmazonS3/latest/dev/usin

If you want to use IAM credential retrieved from an instance profile, Thanos needs to authenticate through AWS STS. For this purposes you can specify your own STS Endpoint.

By default Thanos will use endpoint: https://sts.amazonaws.com and AWS region coresponding endpoints.
By default Thanos will use endpoint: https://sts.amazonaws.com and AWS region corresponding endpoints.

#### GCS

Expand Down Expand Up @@ -826,7 +826,7 @@ Every series entry first holds its number of labels, followed by tuples of symbo
##### Label Index
A label index section indexes the existing (combined) values for one or more label names. The `#names` field determines the number of indexed label names, followed by the total number of entries in the `#entries` field. The body holds #entries / #names tuples of symbol table references, each tuple being of #names length. The value tuples are sorted in lexicographically increasing order. This is no longer used.
A label index section indexes the existing (combined) values for one or more label names. The `#names` field determines the number of indexed label names, followed by the total number of entries in the `#entries` field. The body holds #entries / #names tuples of symbol table references, each tuple being of `#names` length. The value tuples are sorted in lexicographically increasing order. This is no longer used.
```
┌───────────────┬────────────────┬────────────────┐
Expand Down

0 comments on commit 6f3e412

Please sign in to comment.