Deprecate sharing cs3 backends (#8478)

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2024-02-19 12:49:08 +01:00
committed by GitHub
parent 7db5f15625
commit bc48fbdf81
3 changed files with 9 additions and 4 deletions
+2 -2
View File
@@ -308,7 +308,7 @@ func MigrateShares(cfg *config.Config) *cli.Command {
},
&cli.StringFlag{
Name: "to",
Value: "cs3",
Value: "jsoncs3",
Usage: "Share manager to import the data into",
},
},
@@ -403,7 +403,7 @@ func MigratePublicShares(cfg *config.Config) *cli.Command {
},
&cli.StringFlag{
Name: "to",
Value: "cs3",
Value: "jsoncs3",
Usage: "Public share manager to import the data into",
},
},