Switch to Scope Handling

This commit is contained in:
Stefan Benten
2019-11-22 15:14:04 +01:00
parent b22a410a78
commit fcbddcee17
5 changed files with 101 additions and 91 deletions

View File

@ -100,10 +100,8 @@ 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-scope | Scope to use to access the project | | STORJ_SCOPE
storj-apikey | API Key to interact with the project | | STORJ_BUCKET
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| |