File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ impl CloudFront {
18
18
let credentials = Credentials :: from_keys ( access_key, secret_key, None ) ;
19
19
20
20
let config = Config :: builder ( )
21
- . behavior_version ( BehaviorVersion :: v2023_11_09 ( ) )
21
+ . behavior_version ( BehaviorVersion :: v2024_03_28 ( ) )
22
22
. region ( Region :: new ( "us-east-1" ) )
23
23
. credentials_provider ( credentials)
24
24
. retry_config ( RetryConfig :: standard ( ) . with_max_attempts ( 10 ) )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ impl SqsQueueImpl {
33
33
let config = aws_sdk_sqs:: Config :: builder ( )
34
34
. credentials_provider ( credentials)
35
35
. region ( region)
36
- . behavior_version ( BehaviorVersion :: v2023_11_09 ( ) )
36
+ . behavior_version ( BehaviorVersion :: v2024_03_28 ( ) )
37
37
. build ( ) ;
38
38
39
39
let client = aws_sdk_sqs:: Client :: from_conf ( config) ;
You can’t perform that action at this time.
0 commit comments