You've already forked mariadb-columnstore-engine
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user