Skip to content

Commit

Permalink
chore: update s3 config
Browse files Browse the repository at this point in the history
Co-authored-by: Yingwen <[email protected]>
Signed-off-by: dennis zhuang <[email protected]>
  • Loading branch information
killme2008 and evenyag authored Aug 6, 2024
1 parent d6574d7 commit f88b6dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/greptimedb_vs_influxdb_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,12 @@ dir = "/home/ubuntu/greptime/logs"
[storage]
data_home = "/home/ubuntu/greptime/data-s3"
type = "S3"
bucket = "test-bucket"
root = "tsbs-data-write"
bucket = "your-bucket"
root = "tsbs-data-s3"
access_key_id = "****"
secret_access_key = "****"
endpoint = "https://s3-endpoint/"
region = "ap-southeast-1"
region = "your-region"
cache_path = "/home/ubuntu/greptime/s3cache"
cache_capacity = "20G"

Expand Down

0 comments on commit f88b6dd

Please sign in to comment.