aboutsummaryrefslogtreecommitdiffstats
path: root/rs/server/src
diff options
context:
space:
mode:
Diffstat (limited to 'rs/server/src')
-rw-r--r--rs/server/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rs/server/src/main.rs b/rs/server/src/main.rs
index 76e447d..2051b62 100644
--- a/rs/server/src/main.rs
+++ b/rs/server/src/main.rs
@@ -149,6 +149,7 @@ fn get_s3_client(env: &Env) -> Result<aws_sdk_s3::Client, std::io::Error> {
149 "gitolfs3-env", 149 "gitolfs3-env",
150 ); 150 );
151 let config = aws_config::SdkConfig::builder() 151 let config = aws_config::SdkConfig::builder()
152 .behavior_version(aws_config::BehaviorVersion::latest())
152 .endpoint_url(&env.s3_endpoint) 153 .endpoint_url(&env.s3_endpoint)
153 .credentials_provider(aws_sdk_s3::config::SharedCredentialsProvider::new( 154 .credentials_provider(aws_sdk_s3::config::SharedCredentialsProvider::new(
154 credentials, 155 credentials,