Commit d3b0a80
committed
docs(libsql-server): fix LIBSQL_BOTTOMLESS_AWS_DEFAULT_REGION env var name
The README documented the bottomless region environment variable as
LIBSQL_BOTTOMLESS_AWS_REGION, but the replicator source code
(bottomless/src/replicator.rs:139,201) actually reads
LIBSQL_BOTTOMLESS_AWS_DEFAULT_REGION.
Setting the documented name results in sqld failing with:
Error: Internal Error: LIBSQL_BOTTOMLESS_AWS_DEFAULT_REGION was not set
This corrects the README to match the actual implementation, adds
LIBSQL_BOTTOMLESS_AWS_SESSION_TOKEN (also supported by the replicator
but undocumented), improves the comment descriptions, and adds a note
with the exact error message users will encounter so they can search
for it.
Verified against bottomless/src/replicator.rs env_var calls.1 parent e4beaca commit d3b0a80
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
97 | 102 | | |
98 | 103 | | |
99 | 104 | | |
| |||
0 commit comments