We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2a65b7 + 8aaefad commit a4df063Copy full SHA for a4df063
cmd/filsnap/cmds/create.go
@@ -125,8 +125,8 @@ var cmdCreate = &cli.Command{
125
ctx := context.Background()
126
127
flagBucketEndpoint := cctx.String("bucket-endpoint")
128
- flagBucketAccessKey := cctx.String("bucket-access-key")
129
- flagBucketSecretKey := cctx.String("bucket-secret-key")
+ flagBucketAccessKey := cctx.String("access-key")
+ flagBucketSecretKey := cctx.String("secret-key")
130
flagBucket := cctx.String("bucket")
131
flagDiscard := cctx.Bool("discard")
132
flagProgressUpdate := cctx.Duration("progress-update")
0 commit comments