add way to specify http.Client
Bug #884305 reported by
Gus Soden
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
goamz |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The application should have option to specify the http.Client used for HTTP requests. The goamz packages currently use the http.DefaultClient. This client cannot be used in all environments.
In my case, I am trying to store data to S3 from a Google App Engine application. HTTP client requests in this environment must use a client obtained from the App Engine server request context.
Related branches
Changed in goamz: | |
status: | New → Confirmed |
To post a comment you must log in.
Hmm, quite interesting. Do you have some sample code?