Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions include/scylladb/alternator/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ struct Config {
std::uint16_t port = 8080;
std::string scheme = "http";
RoutingScopePtr routing_scope = NewClusterScope();
// The AWS SDK requires a non-empty region for client configuration,
// signing scope, and diagnostics. Alternator routing ignores this value,
// so the default is only a placeholder. Set it to the deployment or
// Scylla Cloud region when SDK logs, traces, or metrics should show a
// meaningful region.
std::string aws_region = "default-alb-region";
Credentials credentials;

Expand Down
Loading