Also enable s3ng flags for the metadata storage

This commit is contained in:
André Duffeck
2021-04-19 15:20:42 +02:00
parent 4a9c6e8380
commit 6c3280cade

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
}