Skip to content

Commit adae916

Browse files
committed
chore: use AWS latest profile
1 parent 420044a commit adae916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/scoop/source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ impl S3 {
261261
pub async fn client(&self) -> anyhow::Result<Client> {
262262
let region_provider = RegionProviderChain::first_try(Region::new(self.region.clone()));
263263

264-
let mut shared_config = aws_config::defaults(BehaviorVersion::v2025_01_17())
264+
let mut shared_config = aws_config::defaults(BehaviorVersion::latest())
265265
.region(region_provider)
266266
.app_name(AppName::new(USER_AGENT)?);
267267

0 commit comments

Comments
 (0)