Skip to content

Commit

Permalink
Removing handling of Ctrl+c
Browse files Browse the repository at this point in the history
  • Loading branch information
gr211 committed May 12, 2024
1 parent e90df9f commit e2f7ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub mod client {
let inner = aws_config::defaults(BehaviorVersion::latest()).region(region_provider);

let inner = match endpoint_url {
Some(endpoint_url) => inner.endpoint_url(endpoint_url.as_str()),
Some(endpoint_url) => inner.endpoint_url(endpoint_url),
None => inner,
};

Expand Down

0 comments on commit e2f7ab9

Please sign in to comment.