Adam Tanner

Results 6 comments of Adam Tanner

Depending on how simple the XML GCS support in dev_appserver is, would another option be to add equivalent JSON support to dev_appserver and have a host override env variable in...

I'll talk to @raggi about it and see if we can get it prioritized. It seems like we'd just need to port https://github.com/GoogleCloudPlatform/appengine-gcs-client/blob/master/python/src/cloudstorage/cloudstorage_api.py to use JSON instead of XML and...

Is there a specific error you're trying to check for? Can you share the bit of code that is failing with the opaque error?

What is the ask here? Having ModuleName call log.Fatal seems like it might not have been the best thing to do, but I'm not sure what we can do now...

@bramhaghosh This might be easier/possible now with the [httptrace](https://golang.org/pkg/net/http/httptrace/) package in stdlib.

If we have to handle this I would rather it return an error than silently change user input. What about the other parts of the URL? If we want this...