aws / aws-mysql-odbc

The Amazon Web Services (AWS) ODBC Driver for MySQL allows an application to take advantage of the features of clustered MySQL databases. It is based on and can be used as a drop-in compatible for the MySQL Connector/ODBC driver, and is compatible with all MySQL deployments.
Other
41 stars 4 forks source link

chore: fix signer parameter #190

Closed karenc-bq closed 4 months ago

karenc-bq commented 4 months ago

Summary

Update signing script to as s3api changed their API.

Description

The automated signing step for the Windows installer was failing with the following error, despite not having made any changes to the inputs or the command itself.

 Error parsing parameter '--body': Blob values must be a path to a file.
Failed to PUT unsigned file in bucket.
Failed to sign installer file.
False

Updated inputs to accommodate the API change.

Review Status

Additional Reviewers