Skip to content

Commit

Permalink
Change min_segment_size default to 5MiB
Browse files Browse the repository at this point in the history
On the configuration files it was written as 8B.
It's misleading, since the default is 5MiB and lower are ignored.
  • Loading branch information
kamel-rahim authored and fvennetier committed Aug 9, 2019
1 parent c9cb885 commit d29337f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/s3-container-hierarchy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ log_level = DEBUG
storage_domain = localhost
s3_acl = true
# check8bucket_owner = false
# min_segment_size = 8
# min_segment_size = 5242880
bucket_db_enabled = true
bucket_db_host = 127.0.0.1:6379

Expand Down
2 changes: 1 addition & 1 deletion conf/s3-default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ log_level = DEBUG
storage_domain = localhost
s3_acl = true
check_bucket_owner = true
# min_segment_size = 8
# min_segment_size = 5242880
bucket_db_enabled = true
bucket_db_host = 127.0.0.1:6379

Expand Down
2 changes: 1 addition & 1 deletion conf/s3-fastcopy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ log_level = DEBUG
storage_domain = localhost
s3_acl = true
# check8bucket_owner = false
# min_segment_size = 8
# min_segment_size = 5242880
bucket_db_enabled = true
bucket_db_host = 127.0.0.1:6379

Expand Down
2 changes: 1 addition & 1 deletion conf/s3-versioning-custom-encryption.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ log_level = DEBUG
storage_domain = localhost
s3_acl = true
check_bucket_owner = true
# min_segment_size = 8
# min_segment_size = 5242880
bucket_db_enabled = true
bucket_db_host = 127.0.0.1:6379

Expand Down
2 changes: 1 addition & 1 deletion conf/s3-versioning-encryption.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ log_level = DEBUG
storage_domain = localhost
s3_acl = true
# check8bucket_owner = false
# min_segment_size = 8
# min_segment_size = 5242880
bucket_db_enabled = true
bucket_db_host = 127.0.0.1:6379

Expand Down

0 comments on commit d29337f

Please sign in to comment.