mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-18 03:18:52 -06:00
Also enable s3ng flags for the metadata storage
This commit is contained in:
@@ -105,6 +105,7 @@ func StorageMetadata(cfg *config.Config) []cli.Flag {
|
||||
f = append(f, DriverLocalWithConfig(cfg)...)
|
||||
f = append(f, DriverOwnCloudWithConfig(cfg)...)
|
||||
f = append(f, DriverOCISWithConfig(cfg)...)
|
||||
f = append(f, DriverS3NGWithConfig(cfg)...)
|
||||
return f
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user