aws: does not support custom region (regression from the rusoto plugin)
The new aws
plugin does not seem to handle custom regions as the rusoto
plugin did.
Compare the Settings::to_uri()
implementation of aws and the rusoto plugin.
The old plugin had code to handle custom regions and encode them properly.
I'm not an AWS expert so I may have missed something but it seems that custom regions will no longer work because of this.
cc @arun