A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update aws_config behavior version to v2025_01_17

The default HTTPS stack has been changed to aws-lc: https://github.com/awslabs/aws-sdk-rust/discussions/1257

Zhaofeng Li c9152db2 443df6a5

+1 -1
+1 -1
server/src/storage/s3.rs
··· 92 92 } 93 93 94 94 async fn config_builder(config: &S3StorageConfig) -> ServerResult<S3ConfigBuilder> { 95 - let shared_config = aws_config::load_defaults(BehaviorVersion::v2024_03_28()).await; 95 + let shared_config = aws_config::load_defaults(BehaviorVersion::v2025_01_17()).await; 96 96 let mut builder = S3ConfigBuilder::from(&shared_config); 97 97 98 98 if let Some(credentials) = &config.credentials {