It requires a custom compilation atm, as the list of valid aws endpoints [0] is embedded in a library dependency @ launchpad.net/goamz (the originator of 50+ forks on github). It would be nice to have the endpoints constructed at runtime from its environment.yaml config parameters, the primary issue is that endpoint configuration is typically a bit more indepth even for ec2+s3 then an end user typically would engage with (as an example https://github.com/mitchellh/goamz/blob/master/aws/aws.go).
[0] https://github.com/juju/juju/blob/master/provider/ec2/config.go#L123 On Wed, Dec 3, 2014 at 9:06 AM, Michael Hempel <[email protected]> wrote: > Hello all, > > > > we are running an internal AWS like cloud and I would like to use Juju to > deploy services. Is there a way to configure a custom AWS like endpoint > which can be used in the environments,yaml? > > > > Any help is much appreciated. > > > > Thanks > > Michael > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju > >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
