Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
fix typos in bash script and README
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjiangshu committed Feb 2, 2023
1 parent cf1d3fd commit 5836f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ s3cmd -c proxyS3 put README.md s3://dummy ## Upload a file using the proxy
s3cmd -c proxyS3 ls s3://dummy ## List all files of the user using the proxy
```

>Note that the content of the file `proxyS3` will be modified since the the string `TOKEN` will be replaced by the actual token during the local deployment. Make sure not to commit this change.
>Note that the content of the file `proxyS3` will be modified since the string `TOKEN` will be replaced by the actual token during the local deployment. Make sure not to commit this change.
If the above commands fail, you may also test if the interaction with the s3 server works without the proxy by
```bash
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd dev_utils || exit 1
token="$(bash keys/sign_jwt.sh ES256 /keys/jwt.key)"
sed -i "s/^access_token=.*/access_token=$token/" proxyS3

# set correct hostanles for S3 and proxy
# set correct host for S3 and proxy
sed -i "s/localhost:9000/s3:9000/g" directS3
sed -i "s/localhost:8000/s3_proxy:8000/g" proxyS3

Expand Down

0 comments on commit 5836f2e

Please sign in to comment.