hpcloud / HPCloud-PHP

PHP Bindings for HP Cloud
hpcloud.github.io/HPCloud-PHP
MIT License
23 stars 12 forks source link

Object Storage - allow newFromServiceCatalog to return the first usable endpoint if default not found #11

Open davidc0le opened 10 years ago

davidc0le commented 10 years ago

A small enhancement could ]be made to allow this library to work with other Openstack Swift clouds. If no region is passed to newFromServiceCatalog and DEFAULT_REGION not found in catalog, return the first usable endpoint. If an explicit region is specified and not found in the catalog, don't return any endpoint.