Skip to content

Commit

Permalink
fix env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kringkaste authored Jun 19, 2024
1 parent eed5c89 commit e65a581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ All configuration happens via environment variables.
| S3PROXY_BUCKET | x | - | Name of the bucket |
| S3PROXY_REGION | | "eu-central-1" | Region of the bucket |
| S3PROXY_PORT | | 3000 | Listening port of the application |
| S3PROXY_CACHING | | "" | Set this to a path if you wan't the files to be cached |
| S3PROXY_CACHE | | "" | Set this to a path if you wan't the files to be cached |
| S3PROXY_SIZELIMIT | | 104857600 ( ~100MB) | Only files smaller than this are cached. Set to 0 to disable |
| S3PROXY_LOGGING | | "WARN" | Loglevel ("ERROR","WARN","INFO","DEBUG") |

Expand All @@ -61,4 +61,4 @@ saved to disk with the same folder structure as in S3 so they can directly be
read and delivered by a webserver.


With ❤ by [codemonauts](https://codemonauts.com)
With ❤ by [codemonauts](https://codemonauts.com)

0 comments on commit e65a581

Please sign in to comment.