1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

For S3 region is not required to be set in valid configuration.

This commit is contained in:
benthompson15
2020-06-11 16:47:14 -05:00
parent 1a755df292
commit 3eeef9becc

View File

@@ -17,7 +17,7 @@ dbrmroot = config_root.find('./SystemConfig/DBRMRoot').text
loadbrm = f'/usr/bin/load_brm'
brm_saves_current = ''
if storage.lower() == 's3' and not region.lower() == 'some_region' and not bucket.lower() == 'some_bucket':
if storage.lower() == 's3' and not bucket.lower() == 'some_bucket':
# load s3
brm = 'data1/systemFiles/dbrm/BRM_saves_current'
config_root.find('./Installation/DBRootStorageType').text = "StorageManager"