Also enable s3ng flags for the metadata storage

This commit is contained in:
André Duffeck
2021-05-12 10:02:29 +02:00
parent 4a9c6e8380
commit 6c3280cade
+1
View File
@@ -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
}