markddrake / YADAMU---Yet-Another-DAta-Migration-Utility

A utility for Migrating Data between Oracle, Postgres, MySQL MariaDB, Snowflake. Stage Data from supported database to Amazon S3 and Azure Blob Storage in JSON and CSV Formats
MIT License
17 stars 10 forks source link

AWS SDK 2.0 is Deprecated. #228

Closed markddrake closed 11 months ago

markddrake commented 1 year ago

The AWS driver is based on version 2.0 of Amazon's AWS-SDK. Amazon have deprecated this API and will be de-supporting it at some point in the future. A new driver based on version 3.0 of the AWS-SDK is required

markddrake commented 1 year ago

A new driver based on AWS-SDK 3.0 has been implemented.

markddrake commented 11 months ago

Support for default region has been removed. Region must be specified via Connection Properties or Parameters.