Skip to content

Commit e2dab55

Browse files
committed
Fix typos
1 parent 2964fd5 commit e2dab55

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ The application can be configured with the following environment variables:
3737
- `IAM_ENDPOINT`: Endpoint for IAM role retrieving (Can be blank for AWS)
3838
- `SSE_TYPE`: Specified server side encryption (defaults blank) Valid values can be `SSE`, `KMS`, `SSE-C` all others values don't enable the SSE
3939
- `SSE_KEY`: The key needed for SSE method (only for `KMS` and `SSE-C`)
40-
- `TIMEOUT`: The read and write timout in seconds (default to `600` - 10 minutes)
41-
- `ROOT_URL`: A root url prefix if running behind a reverse proxy (defaults to unset)
40+
- `TIMEOUT`: The read and write timeout in seconds (default to `600` - 10 minutes)
41+
- `ROOT_URL`: A root URL prefix if running behind a reverse proxy (defaults to unset)
4242

4343
### Build and Run Locally
4444

@@ -60,7 +60,7 @@ The s3manager can be run with a `ROOT_URL` environment variable set that account
6060

6161
If the nginx configuration block looks like:
6262

63-
```code
63+
```nginx
6464
location /teamx/ {
6565
proxy_pass http://s3manager-teamx:8080/;
6666
auth_basic "teamx";
@@ -72,9 +72,9 @@ If the nginx configuration block looks like:
7272
}
7373
```
7474

75-
then the instance behind the `s3manager-teamx` service has `ROOT_URL=teamx` and the instance behind `s3manager-teamy` has `ROOT_URL=teamy`.
75+
Then the instance behind the `s3manager-teamx` service has `ROOT_URL=teamx` and the instance behind `s3manager-teamy` has `ROOT_URL=teamy`.
7676
Other nginx settings can be applied to each location.
77-
The nginx instance can be hosted on some reachable address and reverse proxy to the different s3 accounts.
77+
The nginx instance can be hosted on some reachable address and reverse proxy to the different S3 accounts.
7878

7979
## Development
8080

@@ -94,7 +94,7 @@ The image is available on [Docker Hub](https://hub.docker.com/r/cloudlena/s3mana
9494

9595
### Run Locally for Testing
9696

97-
There is an example [docker-compose.yml](https://github.com/cloudlena/s3manager/blob/main/docker-compose.yml) file that spins up a S3 service and the S3 Manager. You can try it by issuing the following command:
97+
There is an example [docker-compose.yml](https://github.com/cloudlena/s3manager/blob/main/docker-compose.yml) file that spins up an S3 service and the S3 Manager. You can try it by issuing the following command:
9898

9999
```shell
100100
$ docker-compose up

0 commit comments

Comments
 (0)