@@ -13,18 +13,18 @@ You don't need to configure a Bucket for `Website Hosting`.
13
13
14
14
### 1. Set environment variables
15
15
16
- Environment Variables | Description | Required
17
- ------------------------- | ------------------------------------------------- | ---------
18
- AWS_S3_BUCKET | The ` S3 bucket ` to be proxied with this app. | *
19
- AWS_REGION | The AWS ` region ` where the S3 bucket exists. | *
20
- AWS_ACCESS_KEY_ID | AWS ` access key ` for API access. | or EC2 Instance Role
21
- AWS_SECRET_ACCESS_KEY | AWS ` secret key ` for API access. |
22
- BASIC_AUTH_USER | User for basic authentication. |
23
- BASIC_AUTH_PASS | Password for basic authentication. |
24
- APP_PORT | The port number to be assigned for listening. |
25
- SSL_CERT_PATH | TLS: cert .pem file path. |
26
- SSL_KEY_PATH | TLS: key.pem file path. |
27
- ACCESS_LOG | Send access logs to /dev/stdout. (default: false) |
16
+ Environment Variables | Description | Required | Default
17
+ ------------------------- | ------------------------------------------------- | -------- | ---------------- -
18
+ AWS_S3_BUCKET | The ` S3 bucket ` to be proxied with this app. | * |
19
+ AWS_REGION | The AWS ` region ` where the S3 bucket exists. | | us-east-1
20
+ AWS_ACCESS_KEY_ID | AWS ` access key ` for API access. | | EC2 Instance Role
21
+ AWS_SECRET_ACCESS_KEY | AWS ` secret key ` for API access. | | EC2 Instance Role
22
+ BASIC_AUTH_USER | User for basic authentication. | | -
23
+ BASIC_AUTH_PASS | Password for basic authentication. | | -
24
+ SSL_CERT_PATH | TLS: cert.pem file path. | | -
25
+ SSL_KEY_PATH | TLS: key .pem file path. | | -
26
+ APP_PORT | The port number to be assigned for listening. | | 80
27
+ ACCESS_LOG | Send access logs to /dev/stdout. | | false
28
28
29
29
### 2. Run the application
30
30
0 commit comments