Skip to content

Commit

Permalink
Add S3 storage config example (#2005)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?
Add S3 storage config example

### Type of change
- [x] Documentation Update
  • Loading branch information
Ami11111 authored Oct 10, 2024
1 parent fc8bb4b commit 2add773
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conf/infinity_conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ storage_type = "local"
# dump memory index entry when it reachs the capacity
mem_index_capacity = 1048576

# S3 storage config example:
# [storage.object_storage]
# url = "127.0.0.1:9000"
# bucket_name = "infinity"
# access_key = "minioadmin"
# secret_key = "minioadmin"
# enable_https = false

[buffer]
buffer_manager_size = "4GB"
lru_num = 7
Expand Down

0 comments on commit 2add773

Please sign in to comment.