Skip to content

Commit 36334c4

Browse files
fix: update deprecated AWS BehaviorVersion to v2025_08_07 (#1996)
Co-Authored-By: unknown <> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent c4d8acd commit 36334c4

File tree

1 file changed

+1
-1
lines changed
  • crates/transcribe-aws/src

1 file changed

+1
-1
lines changed

crates/transcribe-aws/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl TranscribeService {
4646
.or_default_provider()
4747
.or_else(Region::new("us-west-2"));
4848

49-
let shared_config = aws_config::defaults(BehaviorVersion::v2025_01_17())
49+
let shared_config = aws_config::defaults(BehaviorVersion::v2025_08_07())
5050
.region(region_provider)
5151
.load()
5252
.await;

0 commit comments

Comments
 (0)