Skip to content

Commit

Permalink
Disable region variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Sep 24, 2024
1 parent ef30a83 commit 9c670df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/s3plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,11 +770,12 @@ int driver_connect()
{
clientConfig.endpointOverride = std::move(s3endpoint);
}
/*
if (s3region != "")
{
clientConfig.region = s3region;
}

*/
if (!s3accessKey.empty())
{
configCredentials = Aws::Auth::AWSCredentials(s3accessKey, s3secretKey);
Expand Down

0 comments on commit 9c670df

Please sign in to comment.