Skip to content

Commit

Permalink
Also enable s3ng flags for the metadata storage
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Apr 19, 2021
1 parent b1ef03d commit d780efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/pkg/flagset/storagemetadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,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)...)
f = append(f,
&cli.StringFlag{
Name: "storage-root",
Expand Down

0 comments on commit d780efd

Please sign in to comment.