From d29337fc96128630c4639292369eebe55d0111d8 Mon Sep 17 00:00:00 2001 From: kamel-rahim Date: Thu, 2 May 2019 10:51:59 +0200 Subject: [PATCH] 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. --- conf/s3-container-hierarchy.cfg | 2 +- conf/s3-default.cfg | 2 +- conf/s3-fastcopy.cfg | 2 +- conf/s3-versioning-custom-encryption.cfg | 2 +- conf/s3-versioning-encryption.cfg | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/s3-container-hierarchy.cfg b/conf/s3-container-hierarchy.cfg index e01c4a29..c2229ca5 100644 --- a/conf/s3-container-hierarchy.cfg +++ b/conf/s3-container-hierarchy.cfg @@ -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 diff --git a/conf/s3-default.cfg b/conf/s3-default.cfg index 9c40de3b..3c8b3b41 100644 --- a/conf/s3-default.cfg +++ b/conf/s3-default.cfg @@ -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 diff --git a/conf/s3-fastcopy.cfg b/conf/s3-fastcopy.cfg index 2d3c6d44..f4a9a9b2 100644 --- a/conf/s3-fastcopy.cfg +++ b/conf/s3-fastcopy.cfg @@ -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 diff --git a/conf/s3-versioning-custom-encryption.cfg b/conf/s3-versioning-custom-encryption.cfg index 85893e0e..a12a328c 100644 --- a/conf/s3-versioning-custom-encryption.cfg +++ b/conf/s3-versioning-custom-encryption.cfg @@ -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 diff --git a/conf/s3-versioning-encryption.cfg b/conf/s3-versioning-encryption.cfg index 66495f8b..79de4513 100644 --- a/conf/s3-versioning-encryption.cfg +++ b/conf/s3-versioning-encryption.cfg @@ -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