@@ -24,20 +24,21 @@ $ ucdn upload -c /path/to/config/file.yaml -C production
2424
2525## Options
2626
27- All following options except ` config ` and ` config-key ` can be configured using the config file.
27+ All following options except ` config ` , ` config-key ` and ` concurrencyLimit ` can be configured using the config file.
2828
2929Available AWS regions can be viewed at https://docs.aws.amazon.com/sns/latest/dg/sns-supported-regions-countries.html .
3030
3131```
32- --config, -c path to config file [default: "./ucdn.yml"]
33- --config-key, -C root config key [default: null]
34- --region, -r AWS geographical area [default: "eu-west-1"]
35- --dir, -d assets directory [default: "dist/"]
36- --bucket, -b AWS bucket for upload [required]
37- --exclude, -e excluded extenstions [default: ["html","gz"]]
38- --accessKeyId, --access-key-id AWS access key ID [required]
39- --secretAccessKey, --secret-access-key AWS secret access key [required]
40- --targetDir, --target-dir AWS bucket target directory [default: ""]
32+ --config, -c path to config file [default: "./ucdn.yml"]
33+ --config-key, -C root config key [default: null]
34+ --region, -r AWS geographical area [default: "eu-west-1"]
35+ --dir, -d assets directory [default: "dist/"]
36+ --bucket, -b AWS bucket for upload [required]
37+ --exclude, -e excluded extenstions [default: ["html","gz"]]
38+ --accessKeyId, --access-key-id AWS access key ID [required]
39+ --secretAccessKey, --secret-access-key AWS secret access key [required]
40+ --targetDir, --target-dir AWS bucket target directory [default: ""]
41+ --concurrencyLimit, --processes Limit of concurrent upload processes [default: 100]
4142```
4243
4344## Contributing
0 commit comments