Chris Hallgren
Chris Hallgren
Right now you would have to create separate transports for each domain and then switch them on the fly.
If you retrieve the transport class you can call setConfig('domain', 'new.domain.com')
I'm having the same issue with 9319110de8927fb4771b928eaf795e43999d8529.
My guess is the following lines are the culprits because calling `decode(BinaryBitmap)` cause the hints to be set to null. https://github.com/journeyapps/zxing-android-embedded/blob/master/zxing-android-embedded/src/com/journeyapps/barcodescanner/Decoder.java#L77 If you use the default `MultiFormatReader()` the setting of...
But it's different for each provider. Aws is ContentType and rackspace is Content-Type
I can modify it and just blindly send both vars in the config if you feel that is an acceptable solution.
I agree, but really it's the damn cloud providers. Aws attempts to correct it but rackspace doesn't even try. I'll make a PR and see what y'all think.
What would be better, not using a stream maybe? Is there a reason why a stream is forced? Not using a stream would solve the AWS Adapter ContentType but not...
So my solution for Amazon S3 was to extend the default writer like below. ```php
The solution for Rackspace (untested) is ```php