From 15c49c2ae641ef1155e51f5c8ce5c266c2cae5c2 Mon Sep 17 00:00:00 2001 From: Fortune Ngwenya Date: Thu, 28 Sep 2023 10:04:04 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c90ee6e..26cb01b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ The application can be configured with the following environment variables: - `SECRET_ACCESS_KEY`: Your S3 secret access key (required) (works only if `USE_IAM` is `false`) - `USE_SSL`: Whether your S3 server uses SSL or not (defaults to `true`) - `SKIP_SSL_VERIFICATION`: Whether the HTTP client should skip SSL verification (defaults to `false`) +- `SKIP_SIGNATURE_AUTHORIZATION`: Whether the signature authorization should be skipped (defaults to `false`) - `PORT`: The port the s3manager app should listen on (defaults to `8080`) - `ALLOW_DELETE`: Enable buttons to delete objects (defaults to `true`) - `FORCE_DOWNLOAD`: Add response headers for object downloading instead of opening in a new tab (defaults to `true`)