Closed gadamc closed 8 years ago
The problem is that the swift protocol does not support underscores, "_", in the configuration name or the container names. This results in an 'invalid host name' error.
There is no fix for this, other than to avoid underscores with swift.
The latest updates to this package, as of 0.0.6, raise a more explicit ValueError when an underscore is found using the swift protocol. The swift2d protocol is unchanged.
This code works
But, if I don't use 2d,
raises exception
Is this wrong: https://github.com/ibm-cds-labs/ibmos2spark/blob/master/ibmos2spark/osconfig.py#L111
Checking the URL
returns
and
returns
as expected