From 11ad244584294ca147be85316c61135bafa0ceed Mon Sep 17 00:00:00 2001 From: stefanbenten Date: Sun, 6 Oct 2019 17:13:21 +0200 Subject: [PATCH] Update README --- README.md | 5 +++++ cmd/cmd.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 912cc85..796b3f6 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ s3-endpoint | Custom S3 endpoint. | | s3-region | region of the s3 bucket | eu-west-1 | S3_REGION s3-no-multipart | disables s3 multipart upload | false | | s3-path-style | Forces path style URLs, required for Minio. | false | | +storj-endpoint | Satellite Address including Port | | STORJ_ENDPOINT +storj-apikey | API Key to interact with the project | | STORJ_API_KEY +storj-bucket | Bucket in which to store the data | | STORJ_BUCKET +storj-enckey | Encryption Key for local file encryption | | STORJ_ENC_KEY +storj-skip-peer-ca | Skip's CA Peer Check for local environments | false | STORJ_SKIP_PEER_CA basedir | path storage for local/gdrive provider| | gdrive-client-json-filepath | path to oauth client json config for gdrive provider| | gdrive-local-config-path | path to store local transfer.sh config cache for gdrive provider| | diff --git a/cmd/cmd.go b/cmd/cmd.go index 3d423ca..2aa73da 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -175,7 +175,7 @@ var globalFlags = []cli.Flag{ }, cli.BoolFlag{ Name: "storj-skip-peer-ca", - Usage: "Skippes CA Peer Check for local environments", + Usage: "Skip's CA Peer Check for local environments", EnvVar: "STORJ_SKIP_PEER_CA", }, cli.IntFlag{