Compatible AWS Endpoint

Hello,

I would like to change the AWS endpoints to specify an other Cloud provider with an AWS compatible api.
I didn’t find a conf file to specify it.
In wich file can I modify it ?

Thank you,

Best regards,

mmm i don’t know if this is possible.

the most similiar thing that comes to my mind is proxy_uri:

I paste you from Aws ruby doc:

     :proxy_uri (String, URI, nil) — default: nil — The URI of the proxy to send service requests through. You can pass a URI object or a URI string:

     AWS.config(:proxy_uri => 'https://user:password@my.proxy:443/path?query')

This option can be changed inside ec2_driver.conf proxy_uri.

Ok, thank you.

I’ll check and keep you informed.