Skip to content

Commit d29337f

Browse files
kamel-rahimfvennetier
authored andcommitted
Change min_segment_size default to 5MiB
On the configuration files it was written as 8B. It's misleading, since the default is 5MiB and lower are ignored.
1 parent c9cb885 commit d29337f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

conf/s3-container-hierarchy.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ log_level = DEBUG
6363
storage_domain = localhost
6464
s3_acl = true
6565
# check8bucket_owner = false
66-
# min_segment_size = 8
66+
# min_segment_size = 5242880
6767
bucket_db_enabled = true
6868
bucket_db_host = 127.0.0.1:6379
6969

conf/s3-default.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ log_level = DEBUG
5555
storage_domain = localhost
5656
s3_acl = true
5757
check_bucket_owner = true
58-
# min_segment_size = 8
58+
# min_segment_size = 5242880
5959
bucket_db_enabled = true
6060
bucket_db_host = 127.0.0.1:6379
6161

conf/s3-fastcopy.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ log_level = DEBUG
6666
storage_domain = localhost
6767
s3_acl = true
6868
# check8bucket_owner = false
69-
# min_segment_size = 8
69+
# min_segment_size = 5242880
7070
bucket_db_enabled = true
7171
bucket_db_host = 127.0.0.1:6379
7272

conf/s3-versioning-custom-encryption.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ log_level = DEBUG
6363
storage_domain = localhost
6464
s3_acl = true
6565
check_bucket_owner = true
66-
# min_segment_size = 8
66+
# min_segment_size = 5242880
6767
bucket_db_enabled = true
6868
bucket_db_host = 127.0.0.1:6379
6969

conf/s3-versioning-encryption.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ log_level = DEBUG
6363
storage_domain = localhost
6464
s3_acl = true
6565
# check8bucket_owner = false
66-
# min_segment_size = 8
66+
# min_segment_size = 5242880
6767
bucket_db_enabled = true
6868
bucket_db_host = 127.0.0.1:6379
6969

0 commit comments

Comments
 (0)