diff Aws/AwsS3StoragePlugin.cpp @ 107:87972cfe7ac5

upgraded AWS SDK to 1.11.178
author Alain Mazy <am@osimis.io>
date Tue, 10 Oct 2023 12:27:02 +0200
parents c9356e42af99
children 407bd022b0cf
line wrap: on
line diff
--- a/Aws/AwsS3StoragePlugin.cpp	Mon Oct 09 15:10:26 2023 +0200
+++ b/Aws/AwsS3StoragePlugin.cpp	Tue Oct 10 12:27:02 2023 +0200
@@ -435,9 +435,6 @@
   
   try
   {
-    Aws::SDKOptions options;
-    Aws::InitAPI(options);
-
     Aws::Client::ClientConfiguration configuration;
 
     configuration.region = region.c_str();