mirror of
https://github.com/versity/versitygw.git
synced 2026-09-06 08:06:54 +00:00
fix: Added VersioningNotConfigured error in Put/GetBucketVersioning acitons
This commit is contained in:
@@ -108,6 +108,14 @@ func initTestCommands() []*cli.Command {
|
||||
Name: "posix",
|
||||
Usage: "Tests posix specific features",
|
||||
Action: getAction(integration.TestPosix),
|
||||
Flags: []cli.Flag{
|
||||
&cli.BoolFlag{
|
||||
Name: "versioning-enabled",
|
||||
Usage: "Test posix when versioning is enabled",
|
||||
Destination: &versioningEnabled,
|
||||
Aliases: []string{"vs"},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "iam",
|
||||
|
||||
Reference in New Issue
Block a user