libsql / sqld

LibSQL with extended capabilities like HTTP protocol, replication, and more.
https://libsql.org
903 stars 38 forks source link

bottomless: prefix AWS env vars in use with LIBSQL_BOTTOMLESS_ #649

Closed Horusiath closed 1 year ago

Horusiath commented 1 year ago

Currently bottomless is using default AWS SDK env variables. This may cause clashes with other modules that use different credentials and cause issues in the future. For this reason this PR applies the convention (already in use in other bottomless-related env vars) to prefix AWS credentials with LIBSQL_BOTTOMLESS_: