google_cloud_storage 0.2.0+2
google_cloud_storage: ^0.2.0+2 copied to clipboard
A library for connecting, and interacting with the google cloud storage API
0.2.0+2 #
bugfixes
- storage object handler now (correctly) accepts StreamedResponse
- upload resumable now posts to correct url
- correct number of args passed to storage object handler
0.2.0+1 #
bugfixes
- http connection now uses http.BrowserClient for requests
- Json list delegates not being pathed properly
0.2.0 #
breaking changes
- uploadObject now returns a
ResumeToken. Resume tokens are serializable objects which can be used to resume an upload across sessions (without storing the resume data in memory)
bugfixes
- Retrying a failed request no longer fails with
request already finalisederror
0.1.0 #
Initial version