Fix wrong argument name

Yanming Zhou 2020-06-29 09:03:38 +08:00
parent c7c0c64765
commit b2bb637e6c

@ -43,7 +43,7 @@ Not included:
| DeleteObject deletes a folder| Yes | No |
# Authentication
By default, the access key and secret key to access `weed s3` is not authenticated. To enable credential based access, create a config.json file similar to the example below, and specify it via `weed s3 -config=config.json`.
By default, the access key and secret key to access `weed s3` is not authenticated. To enable credential based access, create a config.json file similar to the example below, and specify it via `weed s3 -s3.config=config.json`.
## Configuration Example