You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_docs/installation.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,8 @@ Note that this is optional, unless you are working on the part of the applicatio
69
69
If your S3 bucket is in the US East (N Virginia) region (us-east-1), you'll
70
70
need to set a custom URL base for it, because it does not follow the standard
71
71
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:
0 commit comments