From 8124461159008df15a4859a6ab02068da1fd1c96 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 11 Dec 2017 22:24:50 +0000 Subject: [PATCH] Bug 19795 : Add sysprefs (only Swift so far, S3 to come) --- .../prog/en/modules/admin/preferences/admin.pref | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index 2e8dce78da..02445acbd9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -425,3 +425,36 @@ Administration: choices: Zebra: Zebra Elasticsearch: Elasticsearch + S3 Storage: + - + - "Use Amazon S3 object store to store files attached to biblio records: " + - pref: S3Storage + - choices: + yes: "Yes" + no: "No" + - " NOTE only files uploaded by the upload.pl plugin are currently supported" + Swift Storage: + - + - "Use Openstack Swift object store to store files attached to biblio records: " + - pref: SwiftStorage + choices: + yes: "Yes" + no: "No" + - " NOTE only files uploaded by the upload.pl plugin are currently supported" + - + - "Openstack Auth URL: " + - pref: SwiftStorageAuthURL + - " NOTE we open support auth version 2.0" + - + - "User name: " + - pref: SwiftStorageUser + - + - "Password: " + - pref: SwiftStoragePassword + - + - "Tenant Name: " + - pref: SwiftStorageTenant + - + - "Region: " + - pref: SwiftStorageRegion + - " NOTE this is optional" -- 2.11.0