Open mchandler-plato opened 1 year ago
What happen if you just pass an empty AwsClientCredentials like this?
var sts = STS(
region: 'eu-west-1',
credentials: AwsClientCredentials(accessKey: '', secretKey: ''));
im not sure, i ended up copying the package locally and adding in the signed: false
to the function call:
This request should not be signed as there is no valid credentials before hand but i cant find a way to disabling signing and get the following exception: