You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-22 20:42:36 +03:00
Merge pull request #1432 from pleblanc1976/remove-special-quotes
Replaced the special quotes in storagemanager.cnf with regular ascii
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
[ObjectStorage]
|
[ObjectStorage]
|
||||||
# 'service' is the module that SM will use for cloud IO.
|
# 'service' is the module that SM will use for cloud IO.
|
||||||
# Current options are “LocalStorage” and “S3”.
|
# Current options are "LocalStorage" and "S3".
|
||||||
# ‘LocalStorage’ will use a directory on the local filesystem as if it
|
# "LocalStorage" will use a directory on the local filesystem as if it
|
||||||
# were cloud storage. ‘S3’ is the module that uses real cloud storage.
|
# were cloud storage. "S3" is the module that uses real cloud storage.
|
||||||
# Both modules have their own sections below.
|
# Both modules have their own sections below.
|
||||||
#
|
#
|
||||||
# Note, changing this after running postConfigure will leave you with an
|
# Note, changing this after running postConfigure will leave you with an
|
||||||
|
|||||||
Reference in New Issue
Block a user