Skip to content

Commit b4363d0

Browse files
committed
expand documentation for configuring S3_BUCKET_URL_BASE
1 parent 0f3eab7 commit b4363d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: developer_docs/installation.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ Note that this is optional, unless you are working on the part of the applicatio
6969
If your S3 bucket is in the US East (N Virginia) region (us-east-1), you'll
7070
need to set a custom URL base for it, because it does not follow the standard
7171
naming pattern as the rest of the regions. Instead, add the following to your
72-
environment/.env file:
73-
74-
`S3_BUCKET_URL_BASE=https://s3.amazonaws.com`
72+
environment/.env file, changing `BUCKET_NAME` to your bucket name. This is necessary because this override is currently treated as the full path to the bucket rather than as a proper base url:
73+
`S3_BUCKET_URL_BASE=https://s3.amazonaws.com/{BUCKET_NAME}/`
7574

7675
If you've configured your S3 bucket and DNS records to use a custom domain
7776
name, you can also set it using this variable. I.e.:

0 commit comments

Comments
 (0)