Problem
In v1 you were able to override the global endpoint and port for a service from the default config options. Example:
AWS.config(:s3_endpoint => "my.example.endpoint")
AWS.config(:s3_port => 316)
Is this possible in v2? Or do you have to do override it when you create the client for a particular service?