Merge pull request #73 from opencloud-eu/storage-publiclink-rename

Rebrand storage-publiclink
This commit is contained in:
Ralf Haferkamp
2025-01-20 10:21:44 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "storage-publiclink",
Usage: "Provide publiclink storage for oCIS",
Usage: "Provide publiclink storage for OpenCloud",
Commands: GetCommands(cfg),
})

View File

@@ -4,7 +4,7 @@ import (
"github.com/opencloud-eu/opencloud/services/storage-publiclink/pkg/config"
)
// StoragePublicLinkConfigFromStruct will adapt an oCIS config struct into a reva mapstructure to start a reva service.
// StoragePublicLinkConfigFromStruct will adapt an OpenCloud config struct into a reva mapstructure to start a reva service.
func StoragePublicLinkConfigFromStruct(cfg *config.Config) map[string]interface{} {
rcfg := map[string]interface{}{
"shared": map[string]interface{}{