Skip to content

Commit

Permalink
Fix KeeperSnapshotManagerS3
Browse files Browse the repository at this point in the history
  • Loading branch information
Avogar committed Mar 12, 2024
1 parent d431276 commit 2e803f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Coordination/KeeperSnapshotManagerS3.cpp
Expand Up @@ -121,7 +121,8 @@ void KeeperSnapshotManagerS3::updateS3Configuration(const Poco::Util::AbstractCo
auth_settings.use_insecure_imds_request.value_or(false),
auth_settings.expiration_window_seconds.value_or(S3::DEFAULT_EXPIRATION_WINDOW_SECONDS),
auth_settings.no_sign_request.value_or(false),
});
},
credentials.GetSessionToken());

auto new_client = std::make_shared<KeeperSnapshotManagerS3::S3Configuration>(std::move(new_uri), std::move(auth_settings), std::move(client));

Expand Down

0 comments on commit 2e803f2

Please sign in to comment.