Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwhite committed Oct 19, 2023
1 parent 3e72918 commit 0094003
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ If you just need to use the local disk as the backend, use the following bash.
# Change this to the output of `openssl rand -hex 32`.
export RUDOLFS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


cargo run -- --port 8080 local --path=/data
```

Expand Down Expand Up @@ -150,7 +149,7 @@ To run in a production environment, it is easiest to use `docker-compose`:
## AWS Credentials

AWS credentials must be provided to the server so that it can make requests to
the S3 bucket specified on the command line (with `--s3-bucket`).
the S3 bucket specified on the command line (with `--bucket`).

Your AWS credentials will be searched for in the following order:

Expand Down

0 comments on commit 0094003

Please sign in to comment.