We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420044a commit adae916Copy full SHA for adae916
common/src/scoop/source.rs
@@ -261,7 +261,7 @@ impl S3 {
261
pub async fn client(&self) -> anyhow::Result<Client> {
262
let region_provider = RegionProviderChain::first_try(Region::new(self.region.clone()));
263
264
- let mut shared_config = aws_config::defaults(BehaviorVersion::v2025_01_17())
+ let mut shared_config = aws_config::defaults(BehaviorVersion::latest())
265
.region(region_provider)
266
.app_name(AppName::new(USER_AGENT)?);
267
0 commit comments