Add config variable for configuring the jsoncs3 share manager cache ttl

This commit is contained in:
André Duffeck
2022-09-13 16:25:46 +02:00
parent 7faca11562
commit 6bcf17a7cc
2 changed files with 6 additions and 4 deletions
@@ -62,6 +62,7 @@ func SharingConfigFromStruct(cfg *config.Config) map[string]interface{} {
"service_user_id": cfg.UserSharingDrivers.JSONCS3.SystemUserID,
"service_user_idp": cfg.UserSharingDrivers.JSONCS3.SystemUserIDP,
"machine_auth_apikey": cfg.UserSharingDrivers.JSONCS3.SystemUserAPIKey,
"ttl": cfg.UserSharingDrivers.JSONCS3.CacheTTL,
},
},
},