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_:
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_
:AWS_DEFAULT_REGION
→LIBSQL_BOTTOMLESS_AWS_DEFAULT_REGION
AWS_ACCESS_KEY_ID
→LIBSQL_BOTTOMLESS_AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
→LIBSQL_BOTTOMLESS_AWS_SECRET_ACCESS_KEY