Commit
+1 -2 +/-1 browse
1 | diff --git a/README.md b/README.md |
2 | index 85a5658..6cfb98a 100644 |
3 | --- a/README.md |
4 | +++ b/README.md |
5 | @@ -92,7 +92,6 @@ If you just need to use the local disk as the backend, use the following bash. |
6 | # Change this to the output of `openssl rand -hex 32`. |
7 | export RUDOLFS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
8 | |
9 | - |
10 | cargo run -- --port 8080 local --path=/data |
11 | ``` |
12 | |
13 | @@ -150,7 +149,7 @@ To run in a production environment, it is easiest to use `docker-compose`: |
14 | ## AWS Credentials |
15 | |
16 | AWS credentials must be provided to the server so that it can make requests to |
17 | - the S3 bucket specified on the command line (with `--s3-bucket`). |
18 | + the S3 bucket specified on the command line (with `--bucket`). |
19 | |
20 | Your AWS credentials will be searched for in the following order: |
21 |