mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
a239227d2a
The openstack_service_type for the Openstack Storage Service (Swift) currently defaults to "object-store". However, if the Swift service is unvailable, the authenticate_v2 method attempts to call: service_type.join ", " The problem is that the String "object-store" doesn't have a join method. The new tests show that "object-store" is an invalid service_type, whereas ["object-store"] is a valid service_type. https://github.com/fog/fog/issues/3112 |
||
---|---|---|
.. | ||
models | ||
requests | ||
authenticate_tests.rb | ||
storage_tests.rb | ||
version_tests.rb | ||
volume_tests.rb |